What are the other commands to know the structure of table
using MySQL commands except explain command?
Answers were Sorted based on User's Feedback
show create table tbl_name;
eg:- show create table tbl_data;
Is This Answer Correct ? | 8 Yes | 1 No |
How we can get the current date in mysql?
What is bdb (berkeleydb)?
What is the latest version of mysql?
Can you tell a way to know the number of days between the two given dates in php?
What is a storage engine? What are the differences between innodb and myisam engines?
How do you say mysql?
What are some good ideas regarding user security in MySQL?
Explain % and _ inside like statement?
Is mysql workbench a dbms?
What is federated tables in mysql?
How to enable or disable a row of a table using MySQL in struts?
How does mysql store data?