A(n) _________ query is a query that displays an input box that asks for criteria each time it is run

A) parameter
B) update
C) union
D) append


A

Computer Science & Information Technology

You might also like to view...

Which of the following ratings would you assign to a system that has no confidential or sensitive data on it?

a. 1 b. 3 c. 5 d. 10

Computer Science & Information Technology

Which of the following is considered a security benefit when utilizing virtualization?

A. Consolidating multiple OSs onto the same physical hardware. B. Allowing multiple applications to be installed on physical machines. C. Simulating a single operating system on multiple hardware platforms. D. Isolating operating system when running multiple concurrent VMs.

Computer Science & Information Technology

What do some programmers use to organize and summarize the results of a problem analysis?

A. Low-Flo diagram B. IPO chart C. POI diagram D. Sequence-Seletion-Iteration chart

Computer Science & Information Technology

If an array named num is dimensioned to hold 10 values, what happens if you write num[100] = 50;?

A. A compilation error will be generated B. A runtime error will be generated C. 50 will be stored at the 100th indexed location D. 50 will be stored at the last legal location

Computer Science & Information Technology