what is the need of the cursor attribute notfound..(because
using found attribute we can complete the task......found +
negation operator = not found )

Answers were Sorted based on User's Feedback



what is the need of the cursor attribute notfound..(because using found attribute we can complete t..

Answer / 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

what is the need of the cursor attribute notfound..(because using found attribute we can complete t..

Answer / 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

More SQL PLSQL Interview Questions

What is sql and its types?

0 Answers  


why should required for Indexed by table in pl/sql

3 Answers  


What are the two types of exceptions in pl/sql?

0 Answers  


What does rownum mean in sql?

0 Answers  


What does select top 1 do in sql?

0 Answers  






Differentiate between sga and pga.

0 Answers  


My select statement is not working as expected, So, to overcome from such issues what are the steps needed to be taken care?

2 Answers   CG,


What is difference between left and right outer join?

0 Answers  


What is mutating error in pl sql?

0 Answers  


What is sql deadlock?

0 Answers  


What is tuple in sql?

0 Answers  


how to get help information from the server? : Sql dba

0 Answers  


Categories