nerdexam
SnowflakeSnowflake

DEA-C02 · Question #19

DEA-C02 Question #19: Real Exam Question with Answer & Explanation

Sign in or unlock DEA-C02 to reveal the answer and full explanation for question #19. The question stem and answer options stay visible for context.

Snowflake Scripting and Tasks

Question

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?

Options

  • AThe log_table contains zero records and the stored procedure returned 1 as a return value.
  • BThe log_table contains one record and the stored procedure returned 1 as a return value.
  • CThe log_table contains one record and the stored procedure returned NULL as a return value.
  • DThe log_table contains zero records and the stored procedure returned NULL as a return value.

Unlock DEA-C02 to see the answer

You've previewed enough free DEA-C02 questions. Unlock DEA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Snowflake Scripting#Stored Procedures#Conditional Logic#NULL Handling
Full DEA-C02 PracticeBrowse All DEA-C02 Questions