Computer Science

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

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

SQL Queries

1 Like

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.

Answered By

2 Likes


Related Questions