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 crud sql?
Can we rename a column in the output of sql query?
Why having clause is used in sql?
How many commands are there in sql?
How do we accept inputs from user during runtime?
What's the difference between a primary key and a clustered index?
How can we link a sql database to an existing android app?
What is sql comments?
How do I run a sql query in pgadmin 4?
Can you rollback after commit?
Can triggers stop a dml statement from executing on a table?
How many times can we commit in a loop?
Can we create clustered index without primary key?
What is the least restrictive isolation level? : Transact sql
What is partition by in sql?