You can open a table directly in Design view from the Navigation Pane. ____ the table name in the Navigation Pane, and then click Design View on the shortcut menu.

A. Right-click
B. Single-click
C. Double-click
D. Select


Answer: A

Computer Science & Information Technology

You might also like to view...

Which expression adds 1 to the element of array arrayName at index i?

a. ++arrayName[i]. b. arrayName++[i]. c. arrayName[i++]. d. None of the above.

Computer Science & Information Technology

Which of the following algorithms has a worst case complexity of O(n log 2 n)?

a) insertion sort b) selection sort c) bubble sort d) merge sort e) none of the above

Computer Science & Information Technology

A dot leader is the most commonly used type of leader with a dot as the leader character

Indicate whether the statement is true or false

Computer Science & Information Technology

Null is the same as zero or a blank space. True or False?

a. true b. false

Computer Science & Information Technology