To update records using an update query, enter the field to be updated in the design grid, enter any necessary criterion, and then click the ____ button to update the records.

A. Run
B. View
C. Execute
D. Update


Answer: A

Computer Science & Information Technology

You might also like to view...

Complete the code below. Suppose upon tapping on a canvas (on a touch-enabled device), a rectangle will move 5 pixels to the right.

Computer Science & Information Technology

You should add the static keyword in the place of ? in Line ________ in the following code:

``` public class Test { private int age; public ? int square(int n) { return n * n; } public ? int getAge() { } } ``` a. in line 4 b. in line 8 c. in both line 4 and line 8 d. none

Computer Science & Information Technology

A computer system includes which of the following?

A. hardware B. software C. peripheral devices D. All of the above.

Computer Science & Information Technology

If the width of the parent container section is 960 pixels, margins are 20 pixels, border is 0 pixels, and padding values are 10 pixels, then the content width would be ____ pixels.

A. 900 B. 920 C. 930 D. 860

Computer Science & Information Technology