Query

In computing terms, a query is a request to obtain information from a database. A query can be made by a user or another computer device to get information from a database table or combination of tables. A database query is of two types – Select Query and an action Query. A select query retrieves data and an action query is used for editing the data such as insertion, updating, and deleting.