CBSE Class 11 Informatics Practices
Question 27 of 87
Structured Query Language (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.