Answer Posted / suresh kumar somayajula
Cursor : It's a private SQL worksheet area where we can
execute SQL commands and processing information.
The purpose of the Cursor is, PL/SQL execution block will
process only one records means it will return only one
records.If we want to retrieve or process more number of
records we use the "Cursors".
These are of two types.
1. Implicit Cursor 2. Explicit cursors.
Thank you,
Suresh
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
Can we create index on primary key?
define sql delete statement ? : Sql dba
What is the difference between microsoft sql and mysql?
What is the starting oracle error number? What is meant by forward declaration in functions?
what is meant by urlencode and urldocode? : Sql dba
How many tables can a sql database have?
How does sql store data?
How do I start sql profiler?
what is the difference between inner and outer join? Explain with example. : Sql dba
how to drop an existing table in mysql? : Sql dba
Can we create table inside stored procedure?
What is the primary use of normalization?
What is the use of & in pl sql?
What programs use sql?
Explain constraints in sql?