answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does database manipulation do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A type of data manipulation that doesn't affect the contents of a database is?

What is a type of data manipulation that doesn't affect the contents of a database?


Which of the following best describe the manipulation of data?

database management system that end users and programmers use to manipulate data in the database.


How do you manipulate a data in a database?

You can manipulate data in a database by using the DML - Data Manipulation Language statements. These include:InsertUpdate andDeleteBy using these 3 statements you can manipulate the data in a database.


How do you put information into a database?

To put information into a database, you typically need to use a database management system (DBMS) such as MySQL, Oracle, or MongoDB. You would write SQL queries to insert data into specific tables within the database by specifying the values you want to store in each column. This process allows you to organize and store data efficiently for future retrieval and analysis.


How do you Write a Database?

A database can be created using DML (data manipulation language). Example create table table_name (name datatype , name datatype...... ) .


What methods are there of entering data into a Database?

Data in a database table can be inserted by the help of Data Manipulation Language, by writing query in language like Sql.


Difference between database and relational database explain with example?

Database = Generic name for a system to store data Relational Database = A specific type of database that utilizes relationships between data to not only store the data but further its efficiency in its manipulation.


How is a table made up in a database?

A table in database can be created using create table command . Create command comes under data manipulation language.


Advantages and disadvantages of data manipulation language in sql?

advantages of data manipulation language:1.the DML statements can modify the data stored in a database.2.user can specify what data is needed.3.dml tends to have many different flavours and capabilities between database vendors.4.it provides efficient human interaction with the system.disadvantages of data manipulation language:1.dml cannot be used to change the database structure.2.tables or columns cannot be created or deleted using dml.


How database created?

Database can be created using any of the following commands in DML (Data manipulation language). Create - for creating table ,insert - for inserting values , Update - for updating table etc.


What are the basic concepts of DBMS?

DBMS stands for DataBase Management System. The main concepts are the structure, the manipulation, and a set of integrity rules.


Is it easier to store informations of many people in Excel just like Access?

As you are likely to do a lot of manipulation of the data and much of it won't be numeric, then a database is better. Excel can do some database work, as it has facilities in it to do so, but Access can do much more in terms of a database. So a database like Access would be better for what you want to do.