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 the different types of dbms?
Are stored procedures compiled?
What is sap sql anywhere?
What do you mean by rowid?
What is write ahead logging in sql server?
when is the use of update_statistics command? : Sql dba
Can we insert data in view?
what is the use of double ampersand (&&) in sql queries?
How do I remove duplicates in two columns?
Can we insert data into view?
What is clause in sql?
what is heap table? : Sql dba
Write a query to find the names of users that begin with "um" in sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
what are set operators in sql? : Sql dba