Which aggregate function is used to find the smallest value of a value expression?
a. AVG(value expression)
b. SUM(value expression)
c. MAX(value expression)
d. MIN(value expression)
d. MIN(value expression)
You might also like to view...
Every field on a form has certain characteristics or properties about the field stored in the property sheet
Indicate whether the statement is true or false
Answer the following statement(s) true (T) or false (F)
1. In C++, an object may be declared with empty parentheses. 2. Like constructors, there can be more than one destructor function per class. 3. Constructors are considered to be mutator functions. 4. In C++, a common programming error consists of including a return type with the constructor’s prototype. 5. In C++, using the same name for a data member as for a member function does not produce an error.