163k views
2 votes
End users can often retrieve and display data easily with a relational database.

a) True
b) False

User Slizzered
by
8.7k points

1 Answer

4 votes

Final answer:

True. End users can easily retrieve and display data with a relational database.

Step-by-step explanation:

End users can often retrieve and display data easily with a relational database. Relational databases are designed to store and retrieve data in a structured way, making it easy for end users to query the database and retrieve the desired information. They can use SQL queries to retrieve specific data or generate reports.

For example, if a student wants to retrieve all the students who have scored above a certain grade in a class, they can write a SQL query to fetch this information from the relational database. The database will then display the results to the user in a readable format.

User Manik Mahajan
by
7.7k points