CBSE · 083Class XII · 2022Section B1 mark
Question 10b
7 June 2022 · Computer Science (083)
Rohan is learning to work upon Relational Database Management System (RDBMS) application. Help him to perform following tasks : (b) To display the names of all the tables stored in the opened database.
Answer
SHOW TABLES;
Explanation
SHOW TABLES lists all the tables present in the currently selected database.