Which of the following is NOT a method used to add fields to a query design grid?
A) Drag
B) Double-click the title bar
C) Click, Shift, Click
D) Single-click field name
D
Computer Science & Information Technology
You might also like to view...
Explain why an assignment of an endpoint reference to myRole of a partnerLink makes no sense.
What will be an ideal response?
Computer Science & Information Technology
What is the error in the following code? Why is this wrong?
``` int f(int x) { int x; // code for function body } ```
Computer Science & Information Technology