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 is indexes?
Whis is not false in primary key?
What is execution plan in sql?
What are sql objects?
what are the t string functions available in tsql? : Transact sql
Can you load data into multiple tables at once? : aql loader
Explain the components of sql?
What is query syntax?
Which join is like an inner join?
How to get list of all tables from a database?
Is a table valued function object?
What is sqlite used for?
what is the syntax for using sql_variant_property? : Transact sql
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
What is crud diagram?