Which database data type is used for fields that contain whole numbers, such as quantities, repetitions, and rankings?

A. Logical
B. Real
C. Integer
D. Memo

Answer: C

Computer Science & Information Technology

You might also like to view...

AutoRecovery used to be called AutoSave

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following statement?

``` cout << tolower(toupper('Z')) << endl; ``` a. uppercase Z b. lowercase z c. a lowercase z followed by an uppercase Z d. a compiler error e. None of these

Computer Science & Information Technology