COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Data Manipulation Language is used to ____ the DBMS.
A
create
B
define
C
control access
D
manage
Explanation: 

Detailed explanation-1: -DML is an abbreviation of Data Manipulation Language. The DML in DBMS is responsible for performing CRUD (Create Read Update and Delete) operations on the data of the database table. Data Manipulation Language (DML) allows you to modify the database tables by inserting, modifying, and deleting their data.

Detailed explanation-2: -A DML (data manipulation language) refers to a computer programming language that allows you to add (insert), delete (delete), and alter (update) data in a database.

Detailed explanation-3: -Use Data Manipulation Language (DML) of SQL to access and modify database data by using the select, update, insert, delete, truncate, begin, commit, and rollback commands.

Detailed explanation-4: -SQL is a programming language used by nearly all relational databases to query, manipulate, and define data, and to provide access control.

There is 1 question to complete.