Given a SQL query that starts with 'SELECT * FROM json.`/data/logs`', what can you infer about the data type being read from the file path specified? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz
Databricks Certified Data Engineer - Associate
Explanation:
The correct answer is B because the prefix 'json' directly specifies that the data type being read is JSON. This is evident from the syntax used in the FROM clause of the SQL query.
Get started today
Ultimate access to all questions.
Given a SQL query that starts with 'SELECT * FROM json./data/logs', what can you infer about the data type being read from the file path specified?