Correct Answer: ALTER
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
In linux how do you restart the MySQL service?
When a MySQL database is 'normalized', by common definition, it means which of the following?
Which can add a row to a table?
I would like to retrieve the date with this format : dd/mm/YYYY in a field called btimestamp. Choose the correct way.
Which is not a valid name for a column
You need to run a complex query with recursive subqueries, but without creating a stored procedure or a function. Which command or clause do you use?
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?
You need to make your mysql system secure against attackers. What are you not supposed to do?
You need to make an exact copy of a table, with all columns and indexes. How can you get all of the information needed to accomplish this?
Which is the correct syntax of an extended insert statement?