answersLogoWhite

0

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

13y ago

What else can I help you with?

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 simple field in this database would be the name of students, though first and last names are often separated into two fields.


What are the advantage of distributed database over centralized database?

The database can be of two types either distributed or centralized . In distributed database the data is in different systems. In centralized database the data is in a single central system.We can categorize database as either distributed or centralized . In centralized database the data is in a single centralized system. While In distributed database the data is in different systems .