MCQ PracticeSingle Best AnswerTopic: Data manipulation language - MySQL
Q
Which DML statement is used to perform conditional updates in MySQL?
Question ID
#15484
Subchapter
Data manipulation language - MySQL
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
UPDATE CONDITIONAL ✔✖
B
ALTER UPDATE ✔✖
C
MODIFY UPDATE ✔✖
D
UPDATE WHERE ✔✖
D
Correct Answer: D
Explanation
The UPDATE WHERE statement in MySQL is used to perform conditional updates. It allows you to update specific columns in a table based on specified conditions.