Single Choice Easy

QWhich DML statement is used to update multiple columns in a table in MySQL?

ID: #15476 DML - Data Manipulation Language 112 views
Question Info
#15476Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A UPDATE ALL
  • B ALTER TABLE
  • C MODIFY COLUMNS
  • D UPDATE SET
Correct Answer

Explanation

The UPDATE SET statement in MySQL is used to update multiple columns in a table. It allows you to specify the columns to be updated and the new values for each column.

Share This Question

Challenge a friend or share with your study group.