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

Câu 2: SnowPro Advanced Data Engineer

Given the table SALES which has a clustering key of column CLOSED_DATE, which table function will return the average clustering depth for the SALES_REPRESENTATIVE column for the North American region?

Nội dung câu hỏi

Given the table SALES which has a clustering key of column CLOSED_DATE, which table function will return the average clustering depth for the SALES_REPRESENTATIVE column for the North American region?

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. select system$clustering_information('Sales', 'sales_representative', 'region = ''North America''');
  2. B. select system$clustering_depth('Sales', 'sales_representative', 'region = ''North America'''); — đáp án hiện tại
  3. C. select system$clustering_depth('Sales', 'sales_representative') where region = 'North America';
  4. D. select system$clustering_information('Sales', 'sales_representative') where region = 'North America’;

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ề