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
Question
A programmer uses DML to modify:
Options
- Afiles
- Bpermissions
- Cdata
- Dbackups
How the community answered
(39 responses)- A3% (1)
- B8% (3)
- C87% (34)
- D3% (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
Community Discussion
No community discussion yet for this question.