Computer Science, asked by abhii9426, 1 year ago

Difference between procedural dMl and non procedural dml​

Answers

Answered by GulabLachman
2

Answer:

Data Manipulation is defined as the retrieval of information from the database

or insertion of new information into the database  or deletion of information in the database  or modification of information in the database . There are four aspects of data manipulation.

DML is defined as the language through which you can manipulate or access data.

There are two types of DML:

* Procedural DML - It may be defined as the type where the user specifies how to get the data and what data is needed.

* Non Procedural DML- It is defined as when the user only specifies the data.

Similar questions