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.


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.


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.


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.


Difference between database and relational database?

A database is a collection of data organized for easy access and manipulation, while a relational database is a type of database that stores data in a structured format using tables that are related to each other through keys. In a relational database, data is organized into rows and columns, and relationships between tables can be established using keys.