CBSE Class 11 Informatics Practices Question 34 of 87

Structured Query Language (SQL) — Question 15

Back to all questions
15
Question

Question 15

Shivam wants to see the table structure in MySQL. Select an appropriate command to help him.

  1. Use
  2. Show
  3. Desc
  4. Display
Answer

Desc

Reason — The DESCRIBE or DESC command is used to view a table structure in MySQL.