Câu 8: SnowPro Advanced Data Engineer
A database contains a table and a stored procedure defined as: The log_table is initially empty and a Data Engineer issues the following command:CALL insert_log(NULL::VARCHAR);No other operations are affecting the log_table. What will be the outcome of the procedure call?
Nội dung câu hỏi
A database contains a table and a stored procedure defined as: The log_table is initially empty and a Data Engineer issues the following command:CALL insert_log(NULL::VARCHAR);No other operations are affecting the log_table. What will be the outcome of the procedure call?
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. The log_table contains zero records and the stored procedure returned 1 as a return value.
- B. The log_table contains one record and the stored procedure returned 1 as a return value.
- C. The log_table contains one record and the stored procedure returned NULL as a return value.
- D. The log_table contains zero records and the stored procedure returned NULL as a return value. — đá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.