What are the other commands to know the structure of table
using MySQL commands except explain command?

Answers were Sorted based on User's Feedback



What are the other commands to know the structure of table using MySQL commands except explain com..

Answer / navaneethakrishnan

DESCRIBE TAB_NAME;

DESC TAB_NAME;

Is This Answer Correct ?    20 Yes 0 No

What are the other commands to know the structure of table using MySQL commands except explain com..

Answer / lekhraj deshmukh

show create table tbl_name;


eg:- show create table tbl_data;

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More MySQL Interview Questions

Where is mysql data stored?

1 Answers  


What are the functions of commit and rollback statements?

1 Answers  


How can we know the number of days between two given dates using MySQL?

2 Answers   Base2 Infotech, Webworks,


How can we get the number of rows affected by query?

1 Answers  


How to drop an existing view in mysql?

1 Answers  


How do I install the latest mysql on ubuntu?

1 Answers  


How do you index just the first four bytes of the column?

2 Answers  


How is data stored in mysql?

1 Answers  


What is query log in mysql?

1 Answers  


Is mysql from oracle?

1 Answers  


Is pdo faster than mysqli?

1 Answers  


How do you say mysql?

1 Answers  


Categories