Correct Answer: Constraints
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
How do you select all the records from a table named 'Persons' where the 'FirstName' is 'Peter' and the 'LastName' is 'Jackson'?
Which SQL statement is used to update data in a database?
What does SQL mean?
What does SQL stand for?
How do you select all the columns from a table named 'Persons'?
What is the correct usage of ENUM in MySQL?
What function finds the current time or date in MySQL?
Inside a transaction, several operations need to be performed. What would you do if an exception happens during that transaction?
How are permissions implemented in MySQL?
What is the valid way to create a database view in MySQL?