What is the query process called when Access searches the records in the table(s) included in a query design, finds the records that match the specified criteria, and then displays those records in a datasheet?

A) Design B) Perform C) Activate D) Run


D

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment if the user enters 90 for the score?

``` cout << "Enter your test score: "; cin >> test_score; if (test_score < 60) cout << "You failed the test." << endl; if (test_score > 60) cout << "You passed the test." else cout << "You need to study harder next time." << endl; ``` a. You failed the test. b. You passed the test. c. You need to study harder next time. d. You failed the test. You need to study harder next time. e. You passed the test. You need to study harder next time.

Computer Science & Information Technology

Monitor initialization ________.

a) occurs each time a thread returns a resource b) typically sets a variable indicating that the monitor initially is in use c) occurs only once, before threads begin using the monitor d) occurs each time a thread requests access to a resource

Computer Science & Information Technology

____ an object ensures its location on the page will not be disrupted.

A. Unlocking B. Blocking C. Locking D. Freezing

Computer Science & Information Technology

Case Based Critical ThinkingCase 1You are creating a publication for the iPad that needs to take advantage of the classic image rotation feature. Answer the following questions. In InDesign, you can create alternate layouts for which of the following?

A. Folios B. Single-page documents C. Multipage documents D. Master pages

Computer Science & Information Technology