Really simple question what is the difference between DESCRIBE and EXPLAIN when using it in a MySQL query ?
They both look as though they product the same results.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
DESCRIBE and EXPLAIN are synonyms when enquiring for the definition of tables, procedures, etc. EXPLAIN (some query) outlines the plan the query optimiser has come up with the perform your command.
12.3.1 and 12.3.2 of the reference manual have the full details.