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 save point in mysql?
What is truncate command?
What is 'mysqlimport'?
What is delimiter in mysql trigger?
Is postgresql better than mysql?
What are the types of index?
What is latest version of mysql?
What is meant by sharding?
What is tee command in mysql?
Which statement is used to delete a table in MySQL.
How do I stop a mysql service?
What is mysql default port number?
Where is mysql password stored?
What is limit in mysql?
What is delimiter in mysql stored procedure?