Advantages/Uses/Importance of query are:
- It can be used to view records including some fields or all the fields of a table or multiple linked tables.
- It displays the result of different tables.
- It manipulates the data according to user criteria.
- It stores and filers the data.
- To analyze data of a table.
- It can be used to perform mathematical calculation on data.
- It can be used to perform mass update, delete or append new records to a table.
- It can be used to create a new table with records from one or more tables.