nerdexam
CompTIA

FC0-U61 · Question #380

A programmer uses DML to modify:

The correct answer is C. data. A programmer uses DML to modify data in a database. DML stands for Data Manipulation Language, which is a subset of SQL (Structured Query Language) that is used to manipulate or change data in a database. DML includes commands or statements such as INSERT, UPDATE, DELETE, or MERG

Database Fundamentals

Question

A programmer uses DML to modify:

Options

  • Afiles
  • Bpermissions
  • Cdata
  • Dbackups

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    87% (34)
  • D
    3% (1)

Explanation

A programmer uses DML to modify data in a database. DML stands for Data Manipulation Language, which is a subset of SQL (Structured Query Language) that is used to manipulate or change data in a database. DML includes commands or statements such as INSERT, UPDATE, DELETE, or MERGE, which can be used to add, modify, remove, or combine data in a table or structure within a database. DML can help a programmer to perform various operations or functions on the data in a database.

Topics

#DML#database languages#data manipulation#SQL

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice