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 do I completely remove mysql from windows?
What is data types in mysql?
What are the indexes in mysql?
Is mysql port 3306 tcp or udp?
Can python connect to mysql?
What is pdo mysql?
How does mysql store dates?
How do I find users in mysql?
How do I create a stored procedure in mysql?
How to check if value already exists in mysql database in php?
How can you see all indexes defined for a table?
What are the advantages of a procedure?
Is mysql a good database?
What is int unsigned?
How can you validate emails using a single query?