Match the following terms to their meanings:

I. Update query
II. Parameter query
III. Action query
IV. Delete query

A. enables you to create a new table or change data in an existing table
B. used to add, change, or delete data in fields of one or more existing records
C. removes records from an existing table in the same database
D. prompts you for criteria before running the query

B, D, A, C

Computer Science & Information Technology

You might also like to view...

Press the ________ key to deselect the cropping tool

A) Esc B) Alt C) Ctrl D) F3

Computer Science & Information Technology

For any eight-bit x, which of the following does not result in zero?

a) x &= (~x) b) x ^= x c) x <<= 8 d) x |= x

Computer Science & Information Technology