To change records in a table, use the UPDATE keyword to specify the name of the table to update and the ___ keyword to specify the value to assign to the fields in the records that match the condition in the WHERE keyword.

A. CHANGE
B. INSERT
C. PUT
D. SET


Answer: D

Computer Science & Information Technology

You might also like to view...

Suppose A is an abstract class, B is a concrete subclass of A, and both A and B have a no-arg constructor. Which of the following is correct?

a. A a = new A(); b. A a = new B(); c. B b = new A(); d. B b = new B();

Computer Science & Information Technology

The Goal Seek ________ box must contain a formula or function

Fill in the blank(s) with correct word

Computer Science & Information Technology

A text file that includes instructions for displaying its content in a web browser is a(n) ________ file

A) Rich Text Format B) HTML C) Document D) PDF

Computer Science & Information Technology

A set of independent computer systems interconnected by telecommunication links for the purpose of sharing information and resources is known as a computer ____.

bank system network array

Computer Science & Information Technology