Correct Answer: Delete all records in table 'xpto' but does not reset the AUTO_INCREMENT sequence
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
What tests whether integer column i is at least 1 but no more than 10?
What happens when a Unique or Primary Key column is set to AUTO INCREMENT, and an INSERT would exceed the maximum value for that column?
What term describes the number of unique values in an index?
Statement used to remove user accounts from MySQL?
Which is used to count the number of rows with different items?
Which values do logical operators evaluate to in MySQL?
Result of the following query? SELECT ExtractValue()
What will be the result of the following query? SELECT STRCMP()
What is the result of the query?SELECT 'This\ls\Four\Lines';
Which correctly describes the RLIKE operator?