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
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
What is the use of mysqli_num_rows?
What is current version of mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
What is auto increment in mysql?
what are the different tables present in mysql? : Mysql dba
Why we use mysqli instead of mysql?
what is constraints? Also explain the different types of constraints?
How can I remotely connect to mysql database?
How do I show columns in mysql?
How to make a column bigger and delete unique from table.
What is mysql community edition?
Is mysql easy to learn?
What is full text indexing in mysql?
How do you create a primary key?