Answer Posted / tulsi
There are two types of cursors, Implict Cursor and Explicit
Cursor.
PL/SQL uses Implict Cursors for queries.
User defined cursors are called Explicit Cursors. They can
be declared and used.
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is difference between pl and sql?
Explain the difference in execution of triggers and stored procedures?
What are the different dml commands in sql?
what are the drivers in mysql? : Sql dba
what is sql server agent? : Sql dba
How do you declare a constant?
Explain the order of sql statement execution?
What are the properties of a transaction?
How does rowid help in running a query faster?
What is bind reference and how can it be created?
Can unique keys be null?
what is the stuff function and how does it differ from the replace function? : Sql dba
What is difference between inner join and cross join?
What are the types of views in sql?
Why is partition used in sql?