answersLogoWhite

0


Best Answer

Data insert is putting in new data, inserting it into the database. Data update is changing data that is already there, like putting in a new phone number for someone or giving every product an increased price.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between data insert and data update?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does database manipulation do?

INSERT new data , UPDATE new data , DELETE existing data (basically modify the data).


What rule applies to data manipulation commands operating on a set of relational rows?

insert & update rule


What is the SQL data base material used for?

The SQL data base is programming language used to manipulate and retrieve data. Included in the language are elements such as data insert, query, update and delete.


What is the difference between OLAP and data mining?

difference between Data Mining and OLAP


What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


What allows you to insert rows between row that already contain data?

The insert command


What on the shortcut menu allows you to insert rows between row that already contain data?

The insert command


What is the difference between data communication and data communication information2010to2013?

The scope of work and the educational requirements are the difference between data communication and data communication information.


What are the main function in sql?

SQL (Structured Query Language) is a language used in a SQL server to manage data (Query the data, insert, Update, Delete) as well as perform data manipulation (calculations, etc)


What is the difference between primary data and secondary data Don't make it complicated please?

The difference between primary data and secondary data is that primary data is the information from the original research.


What is the difference between a model-driven and data-driven DSS?

What is the difference between a model-driven and data-driven DSS?


Explain the insert problem caused by a denormalized design?

Denormalized designs, by contrast, do contain duplicate data. If denormalized designs are created by merging two or more tables together into a single table, the resulting duplicate data creates insert, update, and delete problems.