Answer Posted / nishi
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do we need to rebuild index after truncate?
Which is faster view or stored procedure?
Are views faster than queries?
What is difference between stored procedures and application procedures?
Do prepared statements prevent sql injection?
Why do we create views in sql?
What are types of joins?
What is microsoft t sql?
Which are the different case manipulation functions in sql?
What is materialized view. What are different methods of refresh?
What are string functions in sql?
What is normalization in a database?
Explain how exception handling is done in advance pl/sql?
what are enums used for in mysql? : Sql dba
What is the difference between execution of triggers and stored procedures?