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 are the two types of exceptions in pl/sql?
what is 'mysqlshow'? : Sql dba
Explain what is a subquery ?
Is sql developer case sensitive?
What is procedure function?
Explain constraints in sql?
How do I count rows in sql?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What are variables in pl sql?
Is oracle sql free?
Is there any restriction on the use of union in embedded sql?
What is meant by <> in sql?
What does 0 mean in sql?
Does sql between include endpoints?
what is the difference between a web-garden and a web-farm? : Sql dba