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

List data types in mysql? Explain

0 Answers  


What is ISAM?

0 Answers  


How can I see connections in mysql?

0 Answers  


Why we use mysql workbench?

0 Answers  


How can you count the total number of records of any table?

0 Answers  






State the differences between mongodb and mysql.

0 Answers  


What is the data type for file in mysql?

0 Answers  


List some comparisons operators used in mysql?

0 Answers  


Explain MySQL locks?

1 Answers  


How to set mysql variable in php?

0 Answers  


How can you calculate the sum of any column of a table?

0 Answers  


How do I restore a database in mysql workbench?

0 Answers  


Categories