
Explanation:
The CREATE SCHEMA command is an alias for the CREATE DATABASE statement. Although SCHEMA and DATABASE can be used interchangeably, SCHEMA is the preferred term. For more details, refer to the Databricks documentation.
Ultimate access to all questions.
What is the primary purpose of the CREATE SCHEMA command in Databricks?
A
To create a table schema (columns names and datatype)
B
To merge the schema when writing data into a target table
C
To create a database
D
To infer and store schema in “cloudFiles.schemaLocation”
E
To create a Hive catalog
No comments yet.