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 is trigger and how to use it in sql?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
How many joins in sql?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
How to process query result in pl/sql?
Write a sql query to get the third highest salary of an employee from employee_table?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What program will open a mdb file?
How do I kill a query in postgresql?
How to select all records from the table?
How do I partition a table in sql?
How many sql databases can you have on one server?
What is consistency?
What are system versioned tables?
What are the sql aggregate functions?