answersLogoWhite

0


Best Answer

Tables organize the data into a form that can be referenced from two or more inputs.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the benefit of dividing a database into tables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Statistics

Does a relational database store data in the form of a list?

A relational database stores data in the form of TABLES.


Is a data table the same as a database?

No. A table is the primary object used within a database to store data. A typical database will consist of many tables.


What is the need for aggregation?

Aggregation is an important concept in database design where composite objects can be modelled during the design of database applications. Therefore, preserving the aggregation concept in database implementation is essential. In this paper, we propose models for implementation of aggregation in an Object-Relational Database Management System (ORDBMS) through the use of index clusters and nested tables. ORDBMS is a commercial Relational Database Management Systems (RDBMS), like Oracle, which support some object-oriented concepts. We will also show how queries can be performed on index clusters and nested tables.


What is the use of data verification in database?

A database is only as useful as the data contained within it. Without data validation, inaccurate, invalid, obsolete or inconsistent data can be stored within the data tables leading to problems when the data is queried and analyzed.


What does Data Redundancy mean in database design?

In database there are number of issues to be handled ,like redundant data, inconsistent data, unorganized data etc. Redundancy of data is the repetitive data that is taking the storage unnecessarily . So the redundant data must be removed or at least reduced.