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
Does mysql use t sql?
How can we optimize stored procedure?
Does mysql support nosql?
How to define numeric 9(3) in db2 table without decimal point??
What is the size of mysql database?
Does mysql need a server?
How do you stop an access query?
Can varchar be primary key?
Can we store files in mysql?
Which is faster mongodb or mysql?
What is blob in mysql?
What is horizontally scalable?
How many rows we can insert in a mysql table?
How big is a blob mysql?
Which statement is used in a select query for partial matching?