The summary calculation that calculates the number of records in the database is ____.
A. COUNT
B. AVG
C. SUM
D. MIN
Answer: A
You might also like to view...
Which of the following operators may be used to assign one object to another?
a. = b. ``` == ``` c. ``` <> ``` d. ``` @ ``` e. None of these
Which of the following statements is false?
a. You can set a Label’s text either by double clicking it and typing the text, or by selecting the Label and setting its Text property in the Inspector’s Properties section. b. When adding controls to a VBox, each new control is placed adjacent to the preceding ones by default. c. To set the image to display, select the ImageView then set its Image property in the Inspector’s Properties section. d. To specify an ImageView’s size, set its Fit Width and Fit Height properties in the Inspector’s Layout section.
Brief or short message text is more likely to be read than lengthy text.
Answer the following statement true (T) or false (F)
Memory management deals with
A) Temporary storage or use of applications and data B) Saving and archiving data C) Task scheduling D) All of the above