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

Câu 11: Databricks Certified Data Analyst Associate

A data analyst has a managed table table_name in database database_name. They would now like to remove the table from the database and all of the data files associated with the table. The rest of the tables in the database must continue to exist. Which of the following commands can the analyst use to complete the task…

Nội dung câu hỏi

A data analyst has a managed table table_name in database database_name. They would now like to remove the table from the database and all of the data files associated with the table. The rest of the tables in the database must continue to exist. Which of the following commands can the analyst use to complete the task without producing an error?

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. DROP DATABASE database_name;
  2. B. DROP TABLE database_name.table_name; — đáp án hiện tại
  3. C. DELETE TABLE database_name.table_name;
  4. D. DELETE TABLE table_name FROM database_name;
  5. E. DROP TABLE table_name FROM database_name;

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ề