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?
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.
- A. insert into customer_churnselectcust_id,get_churn(*) as churn_scorefromcustomer_daily;
- B. insert into customer_churnselectcust_id,call get_churn(object_construct(*)) as churn_scorefromcustomer_daily;
- C. insert into customer_churnselectcust_id,call get_churn(*) as churn_scorefromcustomer_daily;
- 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.