CBSE · 083Class XII · 2024Section B1 mark

Question 24bi(or)

2 April 2024 · Computer Science (083)

Write the SQL commands to perform the following tasks: (i) View the list of tables in the database, Exam.

Answer

SHOW TABLES;

Explanation

The SHOW TABLES command lists all tables in the currently selected database.