The only way to verify that an action query worked correctly is to ________ to see that the proper action occurred

A) open the table
B) close the table
C) open the query
D) run the query


A

Computer Science & Information Technology

You might also like to view...

Windows includes built-in device ____________________ for many peripheral devices.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

How do you initialize a C-string called Cheer which will contain “Hooray” (without the quotes.) ?

A. char Cheer[7] = {‘H’, ‘o’, ‘o’, ‘r’, ‘a’, ‘y’, ‘\0’}; B. char Cheer[7] = “Hooray”; C. char cheer[7] = “Hooray”; D. A and B

Computer Science & Information Technology

If you are moving an appointment to a new date but remaining in the same timeslot, you can drag the appointment to the new date in the appointment area.

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

Computer Science & Information Technology

A ________ is a space for individual piece of data within a record, such as a street name

Fill in the blank(s) with correct word

Computer Science & Information Technology