A query that prompts you for criteria before running the query
a. Calculated query
b. Parameter query
c. Crosstab query
B
Computer Science & Information Technology
You might also like to view...
What is not true about the way PowerPoint automatically saves your presentation?
A) You can set the location for where the file is saved. B) You cannot change the file type used for the files when they are auto saved. C) It happens every 10 minutes unless you change the setting. D) This works with AutoRecover when PowerPoint closes unexpectedly.
Computer Science & Information Technology
Provided that neither x nor y is NaN, the expression !((x < y) && (y >= 5)) always has the same value as which of the following expressions:
A. (x < y) || (y >= 5) B. (x >= y) && (y < 5) C. (x > y) && (y <= 5) D. !(x >= y) && !(y < 5) E. (x >= y) || (y < 5)
Computer Science & Information Technology