click below
click below
Normal Size Small Size show me how
access parts 2
computer
| Question | Answer |
|---|---|
| And Operator | A logical operator that returns true only if both conditions are true. |
| Arithonetic Operator | Are sybols used to perform mathematical operation (+,-,*,/) |
| Calculated Field | A field in a table or query that is the result of some calculatedor expresstion. |
| Comparison Operator | Symbols used to compare two valuesc such as (=,<,>) |
| Composite Key | A combination of 2 or more fields that uniquely describes a record. |
| Conditional Operator | Operators that test for the truth of a condition. |
| Expresstion | Allow you to proform calculations using function, field nomes, numbers, text and operation. |
| Foregin Key | A field or combimation of field that relate to the primary key from another table. |
| Join Lines | Indicates where the tables are linked by data. |
| Not Operator | A logical operator that reuerses the results of a search condition |
| Operator | A symbol used to compare two values. |
| Or Operator | A logical operator that combines the output of 2 conditions and retiurns true when either of the condition is true. |
| Primary Key | A field to uniquely indentify each record used to establish relationship between tables |
| Properties | A description of a field or table. |
| Query Wizard | Feature to help creat queries |
| Table Relationships | The accosiation between one or more tables in data base. |
| Totals | A feature that lets you add a total row to a table. |