Multiple choice technology programming languages

UPDATE command is of following type

  1. Data Defenition Language

  2. Data Manipulation Language

  3. Data Updation Language

  4. Data Selection Language

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

UPDATE is a Data Manipulation Language (DML) command that modifies existing data in database tables. DML includes INSERT, UPDATE, DELETE, and SELECT operations that manipulate data. DDL includes CREATE, ALTER, DROP commands that define database structure.