What is the data manipulation in the relational database?
Data manipulation in the relational model
- Manipulation is the process that the queries perform on the data items in the relational model to rearrange the data items in the tabular form.
- Mainly it is performed by the queries when you apply on the database.
- In the Manipulation you can update the data items to be correct the data value of the records.
- You can delete the data item which is not very the right value of the record.
- You can insert the data items in the records to add the additional attributes of the tuples.
- Manipulation is good for the database management system to make a consistency of the data items in the records.
Why data manipulation is useful for relational model?
- The manipulation is to change the data for right value.
- It gives you consistency of the data items when you can separate the same data item in other relational model.
- It is useful for clear extra data for finding the right data easily in the relational model.
By the manipulation you can create a range of the data availability in criteria
which you have decided in the tuple of the table. It also called “update” query
on the relational model under the manipulation of data such as “age restriction”
on the data items.
The understanding of the manipulation of data in RDBMS
In the relational database management system the manipulation is the maintenance of the database system with applying queries.
The query is the most important part of the maintenance of the database. The queries do the most essential role in the RDBMS for maintaining the data in their tuples or records.
Suppose you updating the data in many tuples and also changes their attributes values by the using of queries applying by the query processor.
The query processor sends the query order to the database engine and the engine perform on the database to change the data in the tuples.
Image of the data manipulation can be possible in two ways are shown in the figure
The data manipulation can possible in a two ways are by applying the queries commands on the database and by using few steps of GUI given in the server. The GUI steps are the basic data manipulation can do but by the using queries you can manipulate the data with core implementation on the database mostly in the Object oriented database and RDBMS {Relational Database Management System}. In the RDBMS with atomic value you can face the difficulty to manipulate the data in their attributes value.
Comments
Post a Comment