Which of the following statements are correct about EXIST Method?
Options
- EXISTS(n) returns TRUE if the nth element in a collection exists.
- EXISTS use to avoid referencing a nonexistent element.
- EXISTS with DELETE can work with sparse nested tables
- All of the Above
CORRECT ANSWER : All of the Above
Write your comments