To use the shortcut menu to create an update query, right-click any open area in the upper pane, point to ____ on the shortcut menu, and then click Query Type on the submenu that appears.
A. Action
B. Query Type
C. Action Query
D. Run Query
Answer: B
You might also like to view...
What do the calls to exit(…) do? When exit(0) and exit(1) are called, what receives these arguments and what is done with them?
a) The exit( ) function stops the program. The argument is discarded. b) The exit( ) function is obsolete. There is no longer any such function in the C++ libraries. c) The exit( ) function stops the program. The argument is passed to the operating system which uses it for an error code. d) The exit( ) function temporarily stops the program, and sends the argument to the operating system which uses it for an error code. The operating system restarts the program after fixing the error. e) The exit( ) function allows the systems programmer to escape when the power supply catches fire.
An ___________ allows data to flow into your program.
(a) input stream (b) output stream (c) file name (d) all of the above
Some programmers prefer not to use protected access, because they believe it breaks the encapsulation of the base class. Discuss the relative merits of using protected access vs. using private access in base classes.
What will be an ideal response?
When would you not need to use a fully qualified structured reference?
A) When referring to a cell within the table B) When referring to a cell on a different workbook C) When referring to a cell on a different worksheet D) When referring to a cell outside the table