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

Chapter 5

AB
Action QueryA query that creates a new table or changes data in an existing table.
Aggregate FunctionsCalculations such as MIN, MAX, AVG, and SUM that are performed on a group of records.
Append QueryAn action query that adds new records to an existing table by adding data from another Acces database or from a table in the same database.
Arithmetic OperatorsMathematical symbols used in building expressions.
Caluculated FieldA field that stores the value of a mathematical operation.
Cross JoinA join that displays when each row from one table is combinded with each row in a related table, usually cerated unintentionally when you do not ceate a join line between related tables.
Crosstab QueryA query that uses an aggregate function for data that can be grouped by two types of information and displays the data in a compact, spreadsheet-like format.
Delete QueryAn action query that removes records from an existing table in the same database.
Destination TableThe table to which you import or append data.
Expression1. A combination of function, field values, constants, and operators that produce a result. 2. The formula that will perform a calculation.
Find Duplicates Query WizardA query that is udes to locate duplicate records in a table.
Find Unmatched Query WizardA query used to locate unmatched records so they can be deleted from the table.
Inner JoinA join that allows only the records where the common field exists in both related tables to be displayed in query results.
JoinA relationship that helps a query return only the records from each table you want to see, based on how those tables are related to other tables in the query.
Left Outer JoinA join used when you want to display all of the records on the one side of a one-to-many relationship, whether or not there are matching records in the table on the many side of the relationship.
Make Table QueryAn action query that creates a new table by extracting data from one or more tables.
Multivalued FieldsFields that hold multiple values.
Outer JoinA join that is typically used to display records from both tables, regardless of whether ther are matching records.
ParameterA value that can be changed.
Parameter QueryA query that prompts you for criteria before running the query.
Right Outer JoinA join used when you want to display all of the records on the many side of the one-to-many relationship, whether or not there are matching records in the table on the one side of the relationship. This should not occur if referential integrity has been reforced because all orders should have related customer.
Source TableThe table from which records are being extracted or copied.
Static DataData that does not change.
Totals QueryA query that calculates subtotals across groups of records.
Unequal JoinA join that is used to combine rows from two data sources based on field values that are not equal; can be created only in SQL view.
Unmatched RecordsRecords in one table that have no matching records in a related table.
Update queryan action query used to add, change, or delete data in fields of one or more existing records


Computer Applications Instructor
Renton Technical College
Renton, WA

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