Answer Posted / gourvendra singh
A Cursor is a handle (a name or pointer) for the memory
associated with a specific statement. It is of two type
Implicit and explicit, we usually create explicit cursor
for our sql statements, we can also save them by providing
them a name.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
write an sql query to find names of employee start with 'a'? : Sql dba
How does stored procedure reduce network traffic?
how to calculate the difference between two dates? : Sql dba
Difference between global and parameter variables?
can sql servers linked to other servers like oracle? : Sql dba
What is count * in sql?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
Does oracle roll back the transaction on an error?
What is clause?
Can %notfound return null after a fetch?
What is sql prepared statement?
What are the parts of a basic sql query?
What are the different types of tables in sql?
Explian rowid, rownum?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba