What are the other commands to know the structure of table
using MySQL commands except explain command?
Answer Posted / navaneethakrishnan
DESCRIBE TAB_NAME;
DESC TAB_NAME;
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
How can you find out the version of the installed mysql?
How triggers can be used in mysql?
Explain timestamp?
How to change a password for an existing user via mysqladmin?
How to run 'mysql' commands from a batch file?
What is mysqli_connect_error ()?
What is the data type for file in mysql?
What is text in mysql?
What is a blob datatype?
How would concatenate strings in mysql?
How to use in conditions?
Do you need a license for mysql?
What is mysqli_free_result?
How to enter boolean values in sql statements?
How you will show all data from a table.