Select Database
- Which among the following is the correct syntax for showing all tables in the database?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
SHOWS TABLES;
- Which command is used to show all tables that are stored in a database?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: E
None of these
- Which statement is used to select a default database?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
MySQL has the facility to use various statements specifically at the database level. For selecting a default database, the keyword or clause used is the ‘USE’ statement.