answersLogoWhite

0


Best Answer

The two uses of a database are :-

1) To store data efficiently on the storage in an oranised faultless manner.

2) To retrieve required consistent data faster.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

Two common uses of databases are storing and organizing large amounts of data in a structured format, and providing efficient retrieval of specific information through queries and search functions. Databases are also used for data analysis, reporting, and supporting applications that require data management functionalities.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are two uses of database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What is a database that understands how information is connected called?

A database that understands how information is connected is called a relational database. It organizes data into tables with rows and columns, and uses keys to establish relationships between different tables. This allows for efficient storage and retrieval of interconnected information.


What is a term a developer uses for a record in a relational database?

A developer may refer to a record in a relational database as a "row" or a "tuple". This term is used to describe a single entry of data that contains information related to a specific entity in a database table.


How does database management software interrogate a database?

Database management software interrogates a database by sending queries written in a specific database query language (e.g., SQL) to retrieve, update, and manipulate data. The software processes these queries to access the database and perform the requested operations efficiently. It uses mechanisms like query optimization and indexing to improve performance and ensure data integrity.


What is a field that might be used in a database about students?

A field that might be used in a database about students is "student ID," which is a unique identifier for each student in the database.


What are the advantage of distributed database over centralized database?

Distributed databases offer advantages such as improved scalability, increased availability, and better fault tolerance compared to centralized databases. They also provide better performance by reducing network latency and enabling data to be processed closer to where it is needed. Additionally, distributed databases can offer better data security by replicating data across multiple locations.