This is used to describe your table. DESC only describes structure of table not the information (rows) inside table. DESC is short form of describe.
Syntax :-
DESC table_name;
Ex :-
DESC my_tab;
Syntax :-
DESC table_name;
Ex :-
DESC my_tab;
ReplyDeletenice article for beginners.thank you.
javacodegeeks
welookups sql