Answer Posted / pandu
Hi,
Cursor Attributes
1)Isopen
2)Found
3)Not Found
4)rowCount
but ,we cursor's are two types
Namely 1)Implicit Cursor
calling the attibutes as SQL%ISOPEN
2)Explicit cursor
calling the Attiributes as CursoName%ISOPEN.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain aggregate functions are available there in sql?
What is the default isolation level in sql server? : Transact sql
what is 'mysqlcheck'? : Sql dba
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
Explain isolation levels. : Transact sql
explain the advantages and disadvantages of stored procedure? : Sql dba
How do you break a loop in pl sql?
How we can update the view?
What is the left table in sql?
How do I run a program in pl sql?
what is the difference between a having clause and a where clause? : Sql dba
How do I find sql profiler?
How many commands are there in sql?
What is sql lookup?
What is the purpose of normalization?