To add records to a table, you use the INSERT INTO command with a(n) ____ clause.

A. ASSIGN
B. APPEND
C. VALUE
D. SET


Answer: C

Computer Science & Information Technology

You might also like to view...

Write statements that assign random integers to the variable n in the following ranges:

``` a) 1 n 2 b) 1 n 100 c) 0 n 9 d) 1000 n 1112 e) –1 n 1 f) –3 n 11 ```

Computer Science & Information Technology

In the accompanying figure, item 2 is a ____ brush.

A. hard round B. soft round C. hard square D. soft knife

Computer Science & Information Technology

Character literals are enclosed in _____; string literals are enclosed in _____.

a. single quotes; single quotes b. double quotes; double quotes c. single quotes; double quotes d. double quotes; single quotes

Computer Science & Information Technology

FAT32 is used on older Microsoft OSs, such as MS-DOS 3.0 through 6.22, Windows 95 (first release), and Windows NT 3.3 and 4.0.?

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

Computer Science & Information Technology