Test 4
Name:______Date:______
- In Access, a database consists of a collection of ______.
 - columnsc.worksheets
 - tablesd.rows
 - A field that uniquely identifies a particular record in a table is called a ______key.
 - secondaryc.principal
 - primaryd.foreign
 - You create a query by making entries in a special window called a(n) ______window.
 - Select Queryc.Ask Query
 - Query Designd.Create Query
 - To execute or run a query, click the ______button on the Query Design toolbar.
 - Executec.Answer
 - DoIt!d.Run
 - To find all customers whose names begin with B, enter ______in the Criteria row
 - B* c.B@
 - B? d.B..
 - To find all customers whose amount paid is $1,500.00, enter ______in the Criteria row
 - >1500c.1500
 - =$1,500d.=1,500
 - To find all customers whose current due amount is greater than $1,000.00, enter ______in the Criteria row of the Current Due column.
 - >1000c.>$1,500
 - >1,000d.>$1000
 - To omit duplicates from a query, use the Properties command and change the Unique Values property to ______.
 - On c.yes
 - Off d.no
 - When an expression is entered for a calculated field, the field names used in the expression must be enclosed in ______.
 - square brackets ([ ])c.quotation marks(“ “)
 - curly braces ({ })d.parentheses(())
 - To find the smallest amount paid for a customer, select ______as the entry in the Totals row for the Amount Paid column.
 - LITTLEc.MIN
 - SMALLd.LEAST
 
- To find all employees whose hire date is after April 10, 2000 enter ______in the Criteria row of the Hire Date column.
 - 4/10/2000c.4/10/2000
 - 4/10/2000d.April 10, 2000
 
- To find dues for all customers with dues greater than $200 and less than $2000 enter ______in the Criteria row of the Dues column.
 - < 200 And >2000c.<200 And <2000
 - >200 And <2000d.>200 And >2000
 - To make changes to the structure of a table, right-click the table in the Database window and then click ______on the shortcut menu.
 - Changec.Structure
 - Restructured.Design View
 - ______are rules that a user must follow when entering data.
 - Data rulesc.Validation rules
 - Edit rulesd. Normalization rules
 - A(n) ______is a value that Access will display on the screen in a particular field before the user begins adding a record.
 - required valuec.necessary value
 - optional valued.default value
 - To specify that AZ, NM, and TX are the only legal values for the State field, type ______in the Validation Rule property box in the Table window.
 - =AZ or =NM or =TXc.{AZ,NM,TX}
 - AZ, NM, TXd.“AZ” or “NM” or “TX”
 - A field has the format > in the Format box. If you type phd in the field it will display as ______.
 - Phdc.phD
 - Phdd.PHD
 - A field has the format < in the Format box. If you type me93 in the field it will display as ______.
 - me93c.Me93
 - ME93d.mE93
 - In Access, to specify referential integrity, define a relationship between the two tables by using the______command.
 - Referential Integrityc.Integrity
 - Relationshipsd.Primary Key
 - To specify that current due amounts must be between $100 and $5,000, enter 
>= 100 AND <=5000 in the Validation Rule text box for the Current Due field. - If the table is represented as a collection of rows and columns, then the table is displaying in ______view.
 - Tablec.Datasheet
 - Tablesheetd.Worksheet
 - If the value 1505.5 is entered in a field that has been defined as Currency data type, then the value will display as ______.
 - 1505.5c.$1505.50
 - 1505.50d.$1,505.50
 
- Every record in a table must have a primary key. True / False
 - To display the entire entry for a calculated field, select the column in the Field row, right-click to display the shortcut menu, and then click ______.
 - Enlargec.Magnify
 - Zoomd.Size
 - To use average function, include ______row in the design grid.
 - Fieldc.Total
 - Sortd.Criteria
 
