Câu 15: Databricks Certified Data Analyst Associate
Consider the following two statements:Statement 1: Statement 2: Which of the following describes how the result sets will differ for each statement when they are run in Databricks SQL?
Nội dung câu hỏi
Consider the following two statements:Statement 1: Statement 2: Which of the following describes how the result sets will differ for each statement when they are run in Databricks SQL?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- 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. — đáp án hiện tại
- 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.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.