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 / jyothi
the SET clause
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What is the difference between rename and alias?
What do you mean by stored procedures?
What are tables in sql?
What is varchar used for?
Which kind of parameters cannot have a default value in pl sql?
What is a native sql query?
what are the different type of normalization? : Sql dba
Is sql database free?
What is union, minus and interact commands?
what is query cache in mysql? : Sql dba
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What is sql lookup?
Why functions are used in sql?
explain the difference between delete , truncate and drop commands? : Sql dba
Can we use threading in pl/sql?