Interview Questions

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

PHP Interview Questions and Answers


(Continued from previous question...)

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

DESCRIBE table_name;

(Continued on next question...)

Other Interview Questions