Correct Answer: DROP TABLE
Explanation:
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
Which statement about Stored Procedures is true?
With SQL, how can you insert 'Olsen' as the 'LastName' in the 'Persons' table?
With SQL, how can you return all the records from a table named 'Persons' sorted descending by 'FirstName'?
How would you write a query to select all teams that won either 2, 4, 6 or 8 games?
A SELECT statement without a WHERE clause returns _____.
What is the product of the database designing phase?
Which query lists the databases on the current server?
If you want to use MyISAM instead of InnoDB, which option do you need to specify in the CREATE TABLE statement?
You are importing data as JSON into a new table. You run CREATE TABLE json_data ( city JSON ); and insert rows into this table. What is the correct syntax to see the list of cities?
You need to restore a MySQL database from a backup file. Which command-line tool do you use for the actual data import, after re-creating the database?