Answer Posted / srilakshmi paleti
1)Implicit cursor
2)Explicit Cursor
EXPLANATION OF
1)IMPLICIT CURSOR : When ever user performs any DML
operation automatically implicit cursors will raise. User
noneed to create,open,fetch,close the cursor.In PLSQL
select statement also it will work.
2)EXPLICIT CURSOR: User has to create,open,fetch and close
the cursor.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do we represent comments in oracle?
Give the different types of rollback segments.
Design database draw er diagram for a certain scenario ?
what is the scripts in data base?
How to resolve the ORA-39133 error in Oracle?
What is null value in oracle?
How to define a variable to match a table column data type?
What is a sub query? What are its various types?
How to open and close an explicit cursor in oracle?
What is ASM (Automatic Storage Management) in Oracle?
What is the exact use of Collections?
Explain the use of constraints option in exp command.
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What happens if the update subquery returns multiple rows?
How to create additional tablespaces for an new database?