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 are dynamic queries in t-sql? : Transact sql
What are dml commands?
What is benefit of creating memory optimized table?
What does pl sql developer do?
Compare sql & pl/sql
When is the update_statistics command used?
What are the sql commands?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What sql does db2 use?
How can get second highest salary in sql?
What is cte?
Is mariadb a nosql database?
Is progress software supports to ( pl/sql )?
Is sql considered coding?
How do I remove all records from a table?