8.7k views
3 votes
2. For the task above, explain what was entered in the form and what is the query submitted to the database. Why does this allow you to retrieve all users

User Abdes
by
7.9k points

1 Answer

2 votes

Answer:

Queries can perform many different functions in a database. Their most common function is to retrieve specific data from the tables. The data you want to see is usually spread across several tables, and queries allow you to view it in a single datasheet. Also, since you usually don't want to see all the records at once, queries let you add criteria to "filter" the data down to just the records you want.

Step-by-step explanation:

User Liam Pillay
by
8.4k points