62.9k views
5 votes
When you code an UPDATE statement for one or more rows, the SET clause specifies the new data for the specified columns and the _________________ clause specifies which row or rows are to be updated.

1 Answer

4 votes

Answer:

Where clause

Step-by-step explanation:

Coding is a complex method that involves assigning a different set of clauses for various set of operations. 'Where' clause is used to specify which row or rows must be updated and to perform any operations that are related to assigning anything to rows. It helps to assign a command required to update a row or rows.

User Kirow
by
5.5k points