what are advantages of using a relational database instead of a flat file? check all that apply. data stored…

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 done
Answer
Brief Explanations:
Relational databases store data in tabular format (columns and rows), allowing for easy sorting, filtering, summarizing, and drawing of comparisons. They can generate reports from specific fields and reduce duplicate - data storage. Flat files are usually less structured. Setting up a relational database is often more complex than a flat file.
Answer:
A. data stored in a tabular format B. reports generated from specific fields C. data easier to sort, filter, and summarize D. data stored in columns and rows E. easier to draw comparisons from data G. reduced likelihood of storing duplicate data