Which of the following is not a type of query in Access?

A. Select
B. Update
C. Append
D. Make Record


Answer: D

Computer Science & Information Technology

You might also like to view...

Can the quick sort use the merge sort to compute the midpoint of an array?

a. No b. Yes c. Yes, if the array is already sorted d. Yes, for an array without duplicates

Computer Science & Information Technology

To end typing a list, press ________ two times to turn off automatic numbering

A) Ctrl+ Enter B) Esc C) Enter D) Shift + Esc

Computer Science & Information Technology

Given the declaration, Integer x;    After executing either of the following two statements, x points to an Integer object with value 8: x = 8;x = new Integer(8);

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

Computer Science & Information Technology

Small text files are usually measured in gigabytes.

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

Computer Science & Information Technology