Which aggregate function is used to find the total of values in a field?

A. Sum
B. Sub
C. Subtotal
D. Total


Answer: A

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Because enumerators represent integer values, they can be used in a loop to step through the element of an array. 2. You will find the Image List control in the Components section of the Toolbox. 3. The images stored in an Image List control do not have to be in the same format. 4. When you double-click the Image List tool in the Toolbox, an Image List control is placed directly on the surface of the current form. 5. You can set the Image Size property of an Image List control to any value from 0,0 through 256,256.

Computer Science & Information Technology

Discuss the considerations for embedding fonts that will be used in editable text regions.

What will be an ideal response?

Computer Science & Information Technology

The ____ tag is used to create the table itself.

A. B.

C.
D.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Once a form has been created, it cannot be removed from a Visual Studio project. 2. In your application's code, the first step in displaying a form is to create an instance of the form's class. 3. Creating an instance of a form's class also displays the form on the screen. 4. A form can be both modal and modeless.

Computer Science & Information Technology