Question 131:
A database specialist wants to load some XML data from an S3 bucket into an Amazon RDS database. What is the optimal solution to accomplish this?
Answer options:
A.Use AWS Lambda Function to read the file and import the data into the database. B.Use AWS Data Pipeline to read the file and import the data into the database. C.Use AWS CLI to read the file and import the data into the database. D.Use LOAD XML FROM S3 SQL statement to import the data into the database.