Definitions for "Action query"
Keywords:  query, delete, update, sql, modifies
a type of query found in SQL databases which search for a subset of records and then performs an action such as a batch delete or batch update.
a query that can make changes to multiple records in one operation
a query that makes changes to or moves many records in just one operation