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 makes a good primary key?
Is time a data type in sql?
What do you mean by query optimization?
write an sql query to find names of employee start with 'a'? : Sql dba
Are sql database names case sensitive?
What is a relationship and what are they?
What is a schema? How is it useful in sql servers?
Can we create table in function?
What are aggregate and scalar functions?
What does the hierarchical profiler does?
Is crud a cuss word?
What is a ddl command?
Explain polymorphism in pl/sql.
Why having clause is used in sql?
Can a select statement fire a trigger?