...
Database-Management-System
May 14, 2024
OOPS
May 15, 2024
Database-Management-System
May 14, 2024
OOPS
May 15, 2024

Database-Management-System

Question 660
DBMS provides the facility of accessing data from a database through
A
DDL
B
DML
C
DBA
D
Schema
Question 660 Explanation: 
The DBMS provides a set of operations or a language called the data manipulation language (DML) for manipulations include retrieval, insertion, deletion, and modification of the data.
Examples of DML:
1. SELECT – is used to retrieve data from a database.
2. INSERT – is used to insert data into a table.
3. UPDATE – is used to update existing data within a table.
4. DELETE – is used to delete records from a database table
(delete one row at a time and can be roll backed)
Correct Answer: B
Question 660 Explanation: 
The DBMS provides a set of operations or a language called the data manipulation language (DML) for manipulations include retrieval, insertion, deletion, and modification of the data.
Examples of DML:
1. SELECT – is used to retrieve data from a database.
2. INSERT – is used to insert data into a table.
3. UPDATE – is used to update existing data within a table.
4. DELETE – is used to delete records from a database table
(delete one row at a time and can be roll backed)

Leave a Reply

Your email address will not be published. Required fields are marked *