What are the other commands to know the structure of table
using MySQL commands except explain command?
Answer Posted / navaneethakrishnan
DESCRIBE TAB_NAME;
DESC TAB_NAME;
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of MySQL when compared with Oracle?
How to returns the columns and column information pertaining to the designated table.
Which storage engine is best in mysql?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What is row?
How to check if value already exists in mysql database in php?
How many entries can mysql handle?
How to get a version of mysql?
How do I create a mysql username and password?
What is difference between mysql and mysql server?
How internally data stores in MyISAM and INNODB table types?
What are the advantages/disadvantages of mysql and php?
What is mysql data directory? How to determine the location of the data directory?
How do I stop a query in mysql workbench?
Is sqlite faster than mysql?