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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A UPDATE NULL
  • B SET NULL
  • C MODIFY NULL
  • D NULLIFY
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.

Share This Question

Challenge a friend or share with your study group.