SQL DESC COMMAND



DESC is used to display the structure of a Table.

SYNTAX:

DESC table_name;

EXAMPLE:

DESC STUDENT;
Displays the table structure of student table.

No comments:

Post a Comment