Databricks Certified Data Analyst Associate Exam Databricks-Certified-Data-Analyst-Associate Question # 15 Topic 2 Discussion

Databricks Certified Data Analyst Associate Exam Databricks-Certified-Data-Analyst-Associate Question # 15 Topic 2 Discussion

Databricks-Certified-Data-Analyst-Associate Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2

Consider the following two statements:

Statement 1:

Databricks-Certified-Data-Analyst-Associate Question 15

Statement 2:

Which of the following describes how the result sets will differ for each statement when they are run in Databricks SQL?


A.

The first statement will return all data from the customers table and matching data from the orders table. The second statement will return all data from the orders table and matching data from the customers table. Any missing data will be filled in with NULL.


B.

When the first statement is run, only rows from the customers table that have at least one match with the orders table on customer_id will be returned. When the second statement is run, only those rows in the customers table that do not have at least one match with the orders table on customer_id will be returned.


C.

There is no difference between the result sets for both statements.


D.

Both statements will fail because Databricks SQL does not support those join types.


E.

When the first statement is run, all rows from the customers table will be returned and only the customer_id from the orders table will be returned. When the second statement is run, only those rows in the customers table that do not have at least one match with the orders table on customer_id will be returned.


Get Premium Databricks-Certified-Data-Analyst-Associate Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.