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
Which kind of parameters cannot have a default value in pl sql?
How do sql triggers work?
Does sql require a server?
Which data dictionary views have the information on the triggers that are available in the database?
Is sql the best database?
What is sql and how does it work?
Can we use ddl statements in stored procedure sql server?
What types of commands can be executed in sql*plus?
what is bdb (berkeleydb)? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
Can we use two order by clause in query?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
How many sql core licenses do I need?
Can a foreign key be a duplicate?
How global cursor can be declare with dynamic trigger ?