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

Câu 92: AWS Certified Data Engineer - Associate DEA-C01

A data engineer wants to improve the performance of SQL queries in Amazon Athena that run against a sales data table. The data engineer wants to understand the execution plan of a specific SQL statement. The data engineer also wants to see the computational cost of each operation in a SQL query. Which statement does t…

Nội dung câu hỏi

A data engineer wants to improve the performance of SQL queries in Amazon Athena that run against a sales data table. The data engineer wants to understand the execution plan of a specific SQL statement. The data engineer also wants to see the computational cost of each operation in a SQL query. Which statement does the data engineer need to run to meet these requirements?

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. EXPLAIN SELECT * FROM sales;
  2. B. EXPLAIN ANALYZE FROM sales;
  3. C. EXPLAIN ANALYZE SELECT * FROM sales; — đáp án hiện tại
  4. D. EXPLAIN FROM sales;

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ề