Question 251:
You have a large amount of data stored in an S3 bucket, and the data arrives at a fixed time. You want to analyze the data directly using standard SQL. You also need a service to help you to create databases and tables. The service should be able to categorize the data and automatically infer database and table schema. Which combinations of services would you choose? (Select TWO.)
Answer options:
A.Use Amazon QuickSight to connect to the dataset, build visualizations and get business insights from the data. B.Use Amazon Athena to run ad-hoc queries with standard SQL and get results in seconds. C.Configure a JDBC connection to connect the database to business intelligence tools such as SQL Workbench for further analysis. D.Configure Amazon EMR to process the data for analytics purposes and business intelligence workloads based on the big data frameworks, such as Apache Hadoop and Apache Spark. E.Set up an AWS Glue crawler to retrieve the schema information and use AWS Glue Data Catalog to store metadata such as table and column names.