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...

What is the purpose of a #include statement?

What will be an ideal response?

Computer Science & Information Technology

Omitting the tested expression from a for loop results in ____.

A. a crashed program B. a print error C. a read error D. an infinite loop

Computer Science & Information Technology