Data Manipulation

Explain What is Data Manipulation?

Questions by jay_cage

Showing Answers 1 - 18 of 18 Answers

ramanpreet ghai

  • 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.

  Was this answer useful?  Yes

Abilash

  • 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

  Was this answer useful?  Yes

gym.prathap

  • Sep 21st, 2012
 

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

  Was this answer useful?  Yes

mudanya

  • Apr 13th, 2015
 

Data manipulation is resorting, rearranging and otherwise moving the data without fundamentally changing it

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions