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

Câu 12: SnowPro Advanced Data Scientist DSA-C03

A Data Scientist at a telecommunications company wants to store churn scores that are calculated with a Snowflake external function, configured to connect a model endpoint. The environment conditions are as follows:The External Function DDL: The CUSTOMER_DAILY table: The churn value stored in a new table called CUSTOM…

Nội dung câu hỏi

A Data Scientist at a telecommunications company wants to store churn scores that are calculated with a Snowflake external function, configured to connect a model endpoint. The environment conditions are as follows:The External Function DDL: The CUSTOMER_DAILY table: The churn value stored in a new table called CUSTOMER_CHURN: Based on the environmental conditions, how could the Data Scientist persistently store the churn scores from the external function in Showflake?

Minh họa câu hỏi Minh họa câu hỏi Minh họa câu hỏi

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. insert into customer_churnselectcust_id,get_churn(*) as churn_scorefromcustomer_daily;
  2. B. insert into customer_churnselectcust_id,call get_churn(object_construct(*)) as churn_scorefromcustomer_daily;
  3. C. insert into customer_churnselectcust_id,call get_churn(*) as churn_scorefromcustomer_daily;
  4. D. insert into customer_churnselectcust_id,get_churn(object_construct(*)) as churn_scorefromcustomer_daily; — đáp án hiện tại

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ề