State the difference between implict and explict cursor's?
Answer Posted / bhavesh shah
Implicit cursor:- It always return one row, and no loop is
used in.
Explicit cursor:- It returns more than one row and here loop
is used.
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is an inconsistent dependency?
Which software is used for pl sql programming?
Is sql a backend?
How to install oracle sql developer?
What is input buffer in sql*plus?
Can I create table without primary key?
What is bulk compiling in pl/sql.?
Differentiate between pl/sql and sql?
Where the sql database files are stored?
Does mysql_real_escape_string prevent sql injection?
Which is faster subquery or join?
What is the mutating table and constraining table?
What is difference between pls_integer and integer?
What is db journal file?
what is cross join? : Sql dba