Prentice Hall Oracle Plsql By Example 3Rd Edition [Electronic resources]

Benjamin Rosenzweig

نسخه متنی -صفحه : 289/ 255
نمايش فراداده

Chapter 15 Advanced Cursors

A5:

Questions

Answers

Comments

1)

True

2)

A, B, D

%ROWTYPE is only used with declaration of variables.

3)

C

4)

C

5)

A

The WHERE CURRENT clause in a FOR UPDATE cursor allows you to update a row without having to match the row in the WHERE clause.