Answered Questions

  • Data Manipulation

    Explain What is Data Manipulation?

    mudanya

    • Apr 13th, 2015

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

    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