Java Games: Flashcards, matching, concentration, and word search.

MOAC Access 12 Terms Review

AB
action queryChanges the data in its data source or creates a new table.
aggregate functionPerforms a calculation on a set of values and then returns a single value.
append queryAn action query that adds the records in a query's result set to the end of an existing table
calculated fieldA column in a query that results from an expression.
cross joinA join in which each row from one table is combined with each row from another table.
crosstab queryA query that calculates a sum, average, count, or other type of total on records and then groups the results by two types of information: one down the left side of the datasheet and the other across the top.
delete queryAn action query that removes rows matching the criteria that you specify from one or more tables.
inner joinMost common type of join; includes rows in the query only when the joined field matches records in both tables.
joinA relationship between identical fields in different tables.
left outer joinA join that includes all of the rows from the first table in the query and only those records from the second table that match the join field in the first table.
make table queryAn action query that creates a new table and then creates records in it by copying records from an existing table.
outer joinA join that includes all of the rows from one table and only those rows from the other table that match the join field in the first table.
right outer joinA join that includes all of the rows from the second table in the query and only those records from the first table that match the join field in the second table.
SELECT statementAn SQL command that instructs the Microsoft Access database engine to return information from the database as a set of records.
subqueryAn SQL SELECT statement that is inside another select or action query.
unequal joinA join that is not based on the equivalence of the joined fields.
update queryAn action query that changes a set of records according to specified criteria.


BusinessTeacher
Highlands School
NC

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities