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


Please Help Members By Posting Answers For Below Questions

What is difference between pdo and mysqli?

534


What is regexp?

714


How do I import database through command line?

566


What is a longblob?

554


What is a blob datatype?

511






Does adding an index lock a table?

558


How to get the number of rows selected or affected by a sql statement?

557


How do you backup a database in mysql?

638


How do you rename a procedure in mysql?

515


How to return query output in html format?

583


How do you use auto increment?

564


What is the default port for MySQL Server?

627


What is row level locking?

555


what are the different tables present in mysql? : Mysql dba

531


How would you get the current date in mysql?

698