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
how to fetch alternate records from a table? : Sql dba
How can you select unique records from a table?
What are sql data types?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Can we use threading in pl/sql?
What are sql functions? Describe in brief different types of sql functions?
How to order siblings in oracle hierarchy queries?
What is an inconsistent dependency?
How to get unique records from a table?
What does the file extension accdb stand for?
Can we insert in sql function?
How many rows can sqlite handle?
What is a design view?
explain the difference between bool, tinyint and bit. : Sql dba
Can we use two order by clause in query?