Answer Posted / anil kumar jampana
cursor for loop is also a cursor. Here no need to handle
open,fetch,close operations. These operations are handled
by for loop.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the differences between implicit and explicit cursors?
how can we know the number of days between two given dates using mysql? : Sql dba
Cite the differences between execution of triggers and stored procedures?
What is multiple columns?
Which is faster joins or subqueries?
What is meant by temporal data?
What is a recursive stored procedure?
How do I create a sql script?
How do I write a sql query in pgadmin 4?
How are functions and procedures called in PL/SQL?
what is table? : Sql dba
What is scope and visibility in PL/SQL?
What is the need of merge statement?
How do you rank data in sql?
Why indexing is needed?