SnowflakeSnowflake
DEA-C02 · Question #133
DEA-C02 Question #133: Real Exam Question with Answer & Explanation
Sign in or unlock DEA-C02 to reveal the answer and full explanation for question #133. The question stem and answer options stay visible for context.
Data Transformation
Question
The following command is run: FLATTEN select * from table(flatten(input => parse_json('{"first_name":"joe", "last_name": "smith" "location": {"state":"co", }}'), recursive => true )) f; How many rows will be returned?
Options
- A1 row
- B2 rows
- C3 rows
- D4 rows
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
#JSON#FLATTEN function#Semi-structured data