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 keys and its types?
what is a database? : Sql dba
What are the disadvantages of not performing database normalization?
Define overloaded procedure?
What sql database should I use?
Show the cursor attributes of pl/sql.
what is csv? : Sql dba
Explain the difference between sql and mysql.
What is the clause we need to add in function body to return variable?
Is record in oracle pl sql?
what are all different types of collation sensitivity? : Sql dba
How do you remove duplicates without using distinct in sql?
What are sql commands?
What is bitemporal narrowing?
Is delete faster than truncate?