Podcast
Questions and Answers
Which statement lists all databases in the database system instance?
Which statement lists all databases in the database system instance?
- SHOW CREATE TABLE
- SHOW COLUMNS
- SHOW DATABASES (correct)
- SHOW TABLES
Which statement lists all tables in the default database?
Which statement lists all tables in the default database?
- SHOW COLUMNS
- SHOW TABLES (correct)
- SHOW DATABASES
- SHOW CREATE TABLE
Which statement lists all columns in a specific table of the default database?
Which statement lists all columns in a specific table of the default database?
- SHOW TABLES
- SHOW COLUMNS (correct)
- SHOW CREATE TABLE
- SHOW DATABASES
Which statement shows the CREATE TABLE statement for a specific table of the default database?
Which statement shows the CREATE TABLE statement for a specific table of the default database?
Which type of information can additional SHOW statements generate?
Which type of information can additional SHOW statements generate?
Flashcards are hidden until you start studying