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 to return query output in xml format?
How many sql ddl commands are supported by 'mysql'?
How to execute mysql query in php?
How do I show users in mysql?
Is mysql free for enterprise?
How do I change directories in mysql?
Can mongodb replace mysql?
How do I rename a table in mysql workbench?
Is mysql a nosql database?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
How to create a test table in your mysql server?
What is the difference between a database and a table?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?
Why mongodb is faster than mysql?