Single Choice Easy

QWhich MySQL command is used to update existing records in a table?

ID: #15420 Introduction to MySQL Databases 112 views
Question Info
#15420Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

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

  • A MODIFY
  • B ALTER
  • C UPDATE
  • D CHANGE
Correct Answer

Explanation

The UPDATE command is used in MySQL to modify existing records in a table. It allows you to specify the columns to be updated and the new values to be assigned.

Share This Question

Challenge a friend or share with your study group.