CBSE Class 12 Computer Science Question 30 of 91

Relational Database and 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.