Single Choice
Easy
QWhich DML statement is used to update a column with a NULL value in MySQL?
ID: #15493
DML - Data Manipulation Language
103 views
Question Info
#15493Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The SET NULL statement in MySQL is used to update a column with a NULL value. It allows you to set a column's value to NULL, indicating the absence of a value.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic