COMPUTER QUERIES Flashcards
this is the most common type of query in Microsoft access and is used to extract data from table/s based on the specified criteria.
Select query
this type of query enables you to perform an action such as delete, append, and update records, which meets the specified criteria.
Action query
this type of query allows for flexibility in manipulating data by prompting for user input in the selection criteria.
Parameter query
this type are used to summarize data by grouping data with corresponding summary calculations, such as sum or average, based on the specified criteria.
Crosstab query
used, Microsoft access creates the equivalent sql statement automatically:
QBE
are binary operators primary because these indicate the relationship between two operands
RELATIONAL OPERATORS
>
greater than
> =
GREATER THAN EQUAL TO
<
less than
<=
LESS THAN OR EQUAL TO
=
equal to
<>
not equal
ALL SPECIFIED CRITERIA MUST BE MET
AND
EITHER CRITERION MUST BE MET
OR
INDICATED CRITERIA SHOULD NOT BE MET
NOT