To test an update query before running it, you can:

A) switch to Datasheet view.
B) run an append query first.
C) backup the database.
D) move the records to a different table.

A

Computer Science & Information Technology

You might also like to view...

A Google+ post can be as short or as long as you want it to be

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the correct syntax for creating an array?

A. var arrayName = new Arrays(number of elements); B. var arrayName: Array(number of elements); C. arrayName + number of elements; D. var arrayName = new Array(number of elements);

Computer Science & Information Technology