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.


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.


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.


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


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.


What does database mean?

A database is an organized collection of data that is stored and accessed electronically. It allows for efficient retrieval, management, and manipulation of data, making it a crucial tool for storing and organizing information in various applications.


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 is the difference between record and database?

A record is a single row of data within a database that contains information about a specific entity. A database is a collection of records organized in a structured format that allows for storage, retrieval, and manipulation of data. In other words, a database is like a container that holds records.


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.