To Create Changes, Editing like Encapsulation, Delete, Modify called Data Manipulation
Login to rate this answer.
Dealing with the data is known as data manuplation.
It includes:
insertion of data
deletion of data
updation of data
selecting/fetching data
data manuplation language in SQl includes:
Insert
delete
update
select

2 Users have rated as useful.
Login to rate this answer.
ramanpreet ghai
Answered On : May 2nd, 2012
Data manipulation is a process of handling the problems regarding with the data,such as ->
1.insertion
2.deletion
3.sorting
4.updating
5.searching,etc.
Login to rate this answer.
Abilash
Answered On : Aug 12th, 2012
In short, Data Manipulation can be put into CRUD
C - Create
R - Read
U - Update
D - Delete
Update may include sorting and other kinds of manipulation of data
Login to rate this answer.
It depends
For Database, Data Manipulation refers to Data Manipulation Language. INSERT, UPDATE & MODIFY statements
For Programming Languages, Data Manipulation refers to CRUD
C-Create, R-Read, U-Update, D-Delete.
Data can be stored in memory, files, XML or databases
wisentechnologies
Login to rate this answer.