Exam
Name___________________________________
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.
Which of the following is not a choice in the Join Properties dialog box when the table names are
CLASS and INTERSECTION?
Only include rows from ‘CLASS’ where the joined fields from both tables are equal.
Include ALL records from ‘CLASS’ and only those records from ‘INTERSECTION’ where the
joined fields are equal.
Only include rows where the joined fields from both tables are equal.
Include ALL records from ‘INTERSECTION’ and only those records from ‘CLASS’ where the
joined fields are equal.
The function used to replace an index with a set of values is the:
To edit a relationship between two tables:
double–click on the relationship line and click Join.
right–click on the relationship line and click Join Properties.
click the relationship button on the toolbar and choose Properties.
click on the relationship line and click Join Properties.
Which of the following is the correct format to take the fourth character from within a text field?
Level:Mid([CLASS.ClassNumb],4,1)
Level:Mid(CLASS.ClassNumb,4,1)
Level:Mid$[CLASS.ClassNumb,4,1]
Level:Mid$([CLASS.ClassNumb],4,1)
A