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;
0 Comments:
Post a Comment