Subscribe:
Showing posts with label TABLE STRUCTURE. Show all posts
Showing posts with label TABLE STRUCTURE. Show all posts

Monday, September 26, 2011

DISPLAYING TABLE STRUCTURE


DISPLAYING TABLE STRUCTURE. 
 Structure of sql.You can use the DESCRIBE command to see the column names, the data types ,And    whether a column must contain data from a specific table.

Not you can write DESCRIBE command abbreviated. Like below and given same results.