Advertisements
Advertisements
Question
Rohan is learning to work upon Relational Database Management System (RDBMS) application. Help him to perform the following task:
To display the names of all the tables stored in the opened database.
Short Answer
Solution
Rohan needs to write the following command to show the names of every table kept in the library database:
SHOW TABLES;
Explanation: To view every table in a database, use the Show command.
shaalaa.com
Is there an error in this question or solution?