List of questions
Related questions
Question 22 - DSA-C02 discussion
Data Scientist used streams in ELT (extract, load, transform) processes where new data inserted in-to a staging table is tracked by a stream. A set of SQL statements transform and insert the stream contents into a set of production tables. Raw data is coming in the JSON format, but for analysis he needs to transform it into relational columns in the production tables. which of the following Data transformation SQL function he can used to achieve the same?
A.
He could not apply Transformation on Stream table data.
B.
lateral flatten()
C.
METADATA$ACTION ()
D.
Transpose()
Your answer:
0 comments
Sorted by
Leave a comment first