adspace


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

Answer Posted / Surjeet Kumar Jha

To know the structure of a table in MySQL, you can use the DESCRIBE or SHOW COLUMNS FROM command instead of the EXPLAIN command. The DESCRIBE command provides a human-readable description of the table's columns, while SHOW COLUMNS FROM displays more detailed information about each column.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current mysql version?

1103


How to Change a users password from unix shell.

1221


Which statement is used in a select query for partial matching?

1247


What is current version of mysql?

1081