FIGURE AC 3-1You use the Tables/Queries arrow in the dialog box shown in Figure AC 3-1 above to select the ____ that contains the data you want your new query to display.
A. table
B. query
C. either a. or b.
D. neither a. nor b.
Answer: C
Computer Science & Information Technology
You might also like to view...
Pointers cannot be used to:
a. Contain memory addresses. b. Reference values directly. c. Pass an argument by reference. d. Manipulate dynamic data structures.
Computer Science & Information Technology
Which of the following is a valid definition of the derived class bClass?
A. class aClass: public bClass { //... }; B. class bClass: public aClass { //... }; C. class aClass::bClass { //... }; D. class bClass::aClass { //... }
Computer Science & Information Technology