Database Queries: Selection and Action Types
Classified in Computers
Written on in English with a size of 2.24 KB
Database Queries
Queries are objects in a database that allow you to filter data in a table or query. They display data from a table that meet specified criteria.
Selection Queries
Selection Queries extract or show only the data that you specify. The results can be used to modify the data.
Action Queries
Action Queries make changes to records in a single operation. Types include delete, update, append, and create tables.
Creating a Selection Query
To create a select query, follow these steps:
- Open the database where you want to create the query.
- Click the Query object to the right of the database window.
- Click the New button in the database window.
- Select Design View.
- Click the OK button.
- Select the table to query.
- Click the Add button.
- For queries from multiple