Which of the following commands will return the location of database customer360?
Which of the following commands will return the location of database customer360?
To retrieve the location of a database, the command DESCRIBE DATABASE followed by the database name is used. This command outputs detailed information about the database, including its location. Other commands like DROP DATABASE would delete the database, ALTER DATABASE would modify its properties, and USE DATABASE would select it for subsequent operations but none would return its location.
C. DESCRIBE DATABASE customer360; To retrieve the location of a database named "customer360" in a database management system like Hive or Databricks, you can use the DESCRIBE DATABASE command followed by the database name. This command will provide information about the database, including its location.
Correct answer
option c
Muy facil
C is correct
C is correct
Correct answer is C
Correct :C
C is correct
Option C
Option C
Option C - https://spark.apache.org/docs/3.0.0-preview/sql-ref-syntax-aux-describe-database.html