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
How do I download mysql on my laptop?
What is mysql data directory? How to determine the location of the data directory?
What are the difference between and myisam and innodb?
what is the procedure to configure the application of mysql?
In mysql, what is the default storage engine?
Is mariadb better than mysql?
How MySQL Optimizes DISTINCT?
What is the difference between float and double?
Is primary key auto increment?
How we can get distinct columns values in mysql?
What does mysql_query return?
How to delete a database from mysql server.
How can you calculate the sum of any column of a table?
How many triggers are possible in mysql?
How to rename an existing table in mysql?