what is the need of the cursor attribute notfound..(because
using found attribute we can complete the task......found +
negation operator = not found )
Answer Posted / babu
The notfound attribute as far as i know is being used to
set the exit condition for the cursor.Yes,found with
negation like NOT(c1%found) can be used instead of notfound.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between functions, procedures, and packages in pl/sql?
What's the difference between a primary key and a clustered index?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
what is the use of set statement in tsql? : Transact sql
What are triggers in sql?
what is a composite key ? : Sql dba
What is union and union all keyword in sql?
How can I change database name in sql?
What is nested table in pl sql?
What is the primary use of normalization?
Can dml statements be used in pl/sql?
How many types of index are there?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What do you mean by “trigger” in sql?
Why join is faster than subquery?