AWS Certified Data Engineer Associate DEA-C01 Practice Question

AWS Glue cataloged two Amazon Athena tables: web_clicks (fact) with product_id and dim_products (dimension). New product_ids may appear in web_clicks before dim_products is updated. You need an Athena view that returns every click event and adds product_name when available, otherwise null. Which JOIN clause meets this goal?

  • SELECT ... FROM web_clicks w INNER JOIN dim_products d ON w.product_id = d.product_id

  • SELECT ... FROM web_clicks w LEFT JOIN dim_products d ON w.product_id = d.product_id

  • SELECT ... FROM web_clicks w FULL OUTER JOIN dim_products d ON w.product_id = d.product_id

  • SELECT ... FROM web_clicks w RIGHT JOIN dim_products d ON w.product_id = d.product_id

AWS Certified Data Engineer Associate DEA-C01
Data Operations and Support
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot