What are the other commands to know the structure of table
using MySQL commands except explain command?
Answer Posted / lekhraj deshmukh
show create table tbl_name;
eg:- show create table tbl_data;
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is the difference between between and in operators in mysql?
What is the size of mysql database?
How is oracle different from mysql?
How do we delete a row in a table?
How to write optimized query in mysql?
How do I find users in mysql?
What is meant by mysqli?
How can you export the table as an xml file in mysql?
How do I show columns in mysql?
explain GROUPBY & HAVING clause with examples.
How is myisam table stored?
Explain about the architecture of MYSQL?
How can you handle the –secure-file-priv in mysql?
What is the purpose of mysql database?
How do I stop a mysql command?