CBSE Class 12 Computer Science
Question 30 of 91
Relational Database and SQL — Question 8
Back to all questionsDescribe
Reason — To view a table structure, DESCRIBE or DESC command is used. It shows the structure of the table along with the name of the columns, data type of the columns and constraints applied on the columns.