Which clause of an UPDATE statement allows you to affect
only certain rows of a table?
1. The WHERE clause
2. The SET clause
3. The ROWS AFFECTED clause
4. The ORDER BY clause
Answer Posted / chandrasekar.ramasamy
The where clause
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is a unique key and primary key and foreign key?
What are different types of indexes?
What is an inconsistent dependency?
What is the basic form of sql query?
What is sql*loader and what is it used for? : aql loader
what is subquery? : Sql dba
What packages(if any) has oracle provided for use by developers?
What is write ahead logging in sql server?
How can you create an empty table from an existing table?
What is a database trigger?
Explain the difference between drop and truncate commands in sql?
what's the difference between a primary key and a unique key? : Sql dba
Is sql easier than java?
How do I make sql search faster?
What is trigger in sql? Explain