Rich is working on a database that stores a list of vendors and price quotes for a remodeling project. If Rich wanted to create a query to find the least expensive price quote, he should use the ________ function on the column containing the price quotes

A) Count B) Min C) Avg D) Max


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. If several synchronized statements in different threads are trying to execute on an object at the same time, only one of them may be active on the object—all the other threads attempting to enter a synchronized statement on the same object are placed in the blocked state. b. When a synchronized statement finishes executing, the object’s monitor lock is released and one of the blocked threads attempting to enter a synchronized statement can be allowed to acquire the lock to proceed. c. Java also allows synchronized methods. Before executing, a synchronized instance method must acquire the lock on the object that’s used to call the method. d. Using a synchronized block to enforce mutual exclusion is an example of the design pattern known as the Java Exclusion Pattern.

Computer Science & Information Technology

You can change a transition by selecting a slide, clicking the _____ tab, then selecting a different transition from the Transition to This Slide group.

A. ANIMATIONS B. TRANSITIONS C. DESIGN D. SLIDE SHOW

Computer Science & Information Technology

Temporary storage for programs and data is called _______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The process of using your contacts, such as friends, relatives, and business associates for obtaining job information is called ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology