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


Please Help Members By Posting Answers For Below Questions

How does index help in query performance?

558


What is difference between inner join and cross join?

517


What can you do with pl sql?

554


How many types of keys are there in sql?

550


What is the difference between local variables and global variables?

600






Why is theta join required?

659


Does oracle roll back the transaction on an error?

529


Can you have a foreign key without a primary key?

507


What is an exception in PL/SQL? What are the two types of exceptions?

620


How is a process of pl/sql compiled?

594


What is a recursive stored procedure?

612


Which normal form is best?

511


Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?

530


Describe sql comments?

556


What is compound trigger?

553