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 create a test table in your mysql server? : Sql dba
how to present a past time in hours, minutes and seconds? : Sql dba
What is AUTH_ID and AUTH_USER in pl/sql ?
What is the syntax and use of the coalesce function?
Why join is faster than subquery?
Explain the purpose of %type and %rowtype data types with the example?
What is clause?
How do I run a script in sql developer?
how to concatenate two character strings? : Sql dba
What is difference between sql function and stored procedure?
How do I clear the screen in sql plus?
What is foreign key in sql with example?
Does mysql_real_escape_string prevent sql injection?
What is the most important ddl statements in sql are?
Can unique keys be null?