State the difference between implict and explict cursor's?
Answer Posted / pradeep
Explicit Cursor:-We are not able to Handle NO_DATA_FOUND
Exception.
Implicit Cursor:-We are able to Handle NO_DATA_FOUND
Exception.
Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What are some predefined exceptions in pl/sql?
What has stored procedures in sql?
What is trigger explain with example?
What is package in pl sql with an examples?
What is data control language?
What is the difference between drop and truncate commands?
Can a varchar be a primary key?
how to drop an existing view in mysql? : Sql dba
Explain what is sql?
How to start the command-line sql*plus?
how to create a new table in mysql? : Sql dba
What is bulk compiling in pl/sql.?
Does varchar need length?
What is t-sql? : Transact sql
What is sequence in sql?