CBSE Class 12 Informatics Practices Question 46 of 103

Review of Database Concepts & SQL — Question 16

Back to all questions
16
Question

Question 16

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.