CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 41: Databricks Certified Data Analyst Associate

A data analysis team is working with the table_bronze SQL table as a source for one of its most complex projects. A stakeholder of the project notices that some of the downstream data is duplicative. The analysis team identifies table_bronze as the source of the duplication. Which of the following queries can be used…

Nội dung câu hỏi

A data analysis team is working with the table_bronze SQL table as a source for one of its most complex projects. A stakeholder of the project notices that some of the downstream data is duplicative. The analysis team identifies table_bronze as the source of the duplication. Which of the following queries can be used to deduplicate the data from table_bronze and write it to a new table table_silver?

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.

  1. A. CREATE TABLE table_silver AS -SELECT DISTINCT *FROM table_bronze; — đáp án hiện tại
  2. B. CREATE TABLE table_silver AS -INSERT *FROM table_bronze;
  3. C. CREATE TABLE table_silver AS -MERGE DEDUPLICATE *FROM table_bronze;
  4. D. INSERT INTO TABLE table_silver -SELECT * FROM table_bronze;
  5. E. INSERT OVERWRITE TABLE table_silverSELECT * FROM table_bronze;

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.

Câu hỏi liền kề