FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WHAT IS DATABASE MANAGEMENT

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: -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. A DML is typically a sublanguage of a larger database language like SQL, with the DML containing some of the language’s operators.

Detailed explanation-2: -Data Manipulation Language or DML is a subset of operations used to insert, delete, and update data in a database.

Detailed explanation-3: -Structured Query Language (SQL) is a programming language used to communicate with and manipulate databases. SQL was developed in the 1970s by IBM researchers.

Detailed explanation-4: -Examples of DML SELECT − Retrieve data from the database. INSERT − Insert data into a table. UPDATE − Update existing data within a table. DELETE − Delete records from a database table.

There is 1 question to complete.