Informatics Practices

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

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

Relational Database

1 Like

Answer

Desc

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

Answered By

1 Like


Related Questions