
Ultimate access to all questions.
What is the correct Spark SQL command to create a new catalog named 'ml' in Unity Catalog?
A
By running spark.sql("CREATE SCHEMA ml").
B
By running spark.sql("USE CATALOG ml").
C
By running spark.sql("CREATE CATALOG IF NOT EXISTS ml").
D
By running spark.sql("CREATE CATALOG ml").