What is the purpose of Creating multiple queries
Answers
Answered by
3
Databases are used to collect and store large amounts of information. Data is entered into a database through tables or forms. Since the amount of data in a database can be very large, queries are a feature that is necessary to make databases usable. Queries can perform many different functions in a database. Their most common function is to retrieve specific data from the tables. Queries come in two basic varieties: select queries and action queries. A select query simply retrieves the data and makes it available for use.
Similar questions