Types of cursors and explanation each of them ?
Answer Posted / anusha
Cursor is a private work area .there are
three types if cursors
1.implicit cursor: implicit cursors is create,open and
closed by system automatically.
2.explicit cursor: explicitly user can create,open and close
cursors.
3. ref cursor: Reference cursor is a cursor dynamically (at
Run time) we can pass the column names or table names.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can delete statement be rollbacked?
Does sql full backup truncate logs?
What is query execution plan in sql?
What is #table in sql?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
How do you drop a trigger?
How to check if a column is nullable before setting to nullable?
What are the types of variable use in pl sql?
How can we find duplicate records in a table?
how to get a list of all tables in a database? : Sql dba
Why do we use sql constraints? Which constraints we can use while creating database in sql?
what is the command line end user interface - mysql? : Sql dba
What are joins in sql?
How many sql statements are used? Define them.
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?