CBSE Class 11 Informatics Practices Question 27 of 87

Structured Query Language (SQL) — Question 8

Back to all questions
8
Question

Question 8

............... command helps to see the structure of a table/relation.

  1. Show
  2. Select
  3. Describe
  4. Order by
Answer

Describe

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.