Which function is used to convert a JSON string into a Struct data type in Databricks SQL?
Real Exam
A
TO_STRUCT (json value)_
14.7%
B
FROM_JSON (json value, schema of json)_
54.5%
C
CONVERT (json value, schema of json)
9.0%
D
CAST (json value as STRUCT)
12.9%
E
FROM_JSON (json value)_
9.0%
Powered ByGPT-5.2
Which function is used to convert a JSON string into a Struct data type in Databricks SQL? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz