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 / manoranjan sethy
As per as cursor attribute concept are concern %notfound attributes are used in order of to terminate the condition.
Using found with negation like not (c1%found) we can even exit from the condition but instead of writing %NOTFOUND attribute why should I use unnecessarily two operator (like, not)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a recursive join sql?
What is mutating trigger?
What are pl sql procedures?
What has stored procedures in sql?
What is an exception in pl/sql?
What is nvl?
What is a constraint?
Explain the update statement in sql
How do you drop a trigger?
What is varchar used for?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Why do we use function in pl sql?
Can we have two clustered index on a table?
How do you run a query?
How do I run a query in pl sql developer?