4.9k views
2 votes
What are advantages of using a relational database instead of a flat file?

Check all that apply.
data stored in a tabular format
reports generated from specific fields
data easier to sort, filter, and summarize
data stored in columns and rows
easier to draw comparisons from data
easier to set up
reduced likelihood of storing duplicate data
Answer:b,c,e,g

User Jorgeblom
by
3.3k points

2 Answers

9 votes

Answer:

2,3,5,7 and the next one is 1,2, and 4.

Step-by-step explanation:

EDG 2021

User Jedyobidan
by
3.6k points
9 votes

Answer:

B, C, E, and G.

Step-by-step explanation:

A relational database is a type of file that consists of multiple tables of data that are related to each other. Relatioonal databases are easy to access and flexible than flat file or single table of data.

The advantages of using a relational database than a flat file includes report generation from specific fields, as it contains multiple tables of relational data. Another advantage is that it is easier to navigate through the data, sort, filter, and summarize it. A relational database also makes it easier to draw comparisons between various data. As flat file have disadvantage of creating duplicate information, it is rectified in relational database. A relational database reduce the possibility of storing duplicate data.

Therefore, options B, C, E, and G are correct.

User Dies
by
3.6k points