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
How to pronounce postgresql?
What is an example of translating a date into julian format?
What is percent sign in sql?
what is 'mysqlshow'? : Sql dba
Explain the methods used to protect source code of pl/sql.
How many sql are there?
What is AUTH_ID and AUTH_USER in pl/sql ?
What is substitution variable in pl sql?
Which data type is a composite type?
What is the purpose of design view?
What is primary key in db?
How show all rows in sql?
Write a sql query to get the third highest salary of an employee from employee_table?
Is sql considered coding?
What is sql query limit?