MCQs>IT & Programming>MySQL>You manage a database with a table "customers". You created a temporary table also called "customers" with which you are working for the duration of your session. You need to recreate the temporary table with different specs. Which command do you need to run first?
MySQL MCQs
You manage a database with a table "customers". You created a temporary table also called "customers" with which you are working for the duration of your session. You need to recreate the temporary table with different specs. Which command do you need to run first?
Answer
Correct Answer: Drop temporary table customers;
Explanation:
Note: This Question is unanswered, help us to find answer for this one