Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Select Query vs.

Action Query
Wednesday, April 11, 2012 1:31 PM

Select Query - The types of queries we have created all along this semester where you select fields and criteria to include in the query and data as a result is returned. What is an Action Query?

-What we'll do hence forth -Action queries perform some sort of action such as adding , deleting, or editing existing data in a DB. -For data maintenance purposes

Action Query types


Update Query o Change/ Alter data values in a field for all records that meet specific criteria Append Query o Selects records from one or more source tables and adds them to an existing destination table. Make table Query o Can be used for data retention purposes or to extract a specific sub-set of data. Delete Query o Selects records from a specified table based on pre-defined criteria and then deletes those records.

You might also like