CBSE · 083Class XII · 2022Section B1 mark

Question 10c

7 June 2022 · Computer Science (083)

Rohan is learning to work upon Relational Database Management System (RDBMS) application. Help him to perform following tasks : (c) To display the structure of the table 'BOOKS' existing in the already opened database 'LIBRARY'.

Answer

DESCRIBE BOOKS ;

Explanation

DESCRIBE (or DESC) command shows the columns, types, and constraints of a table.