Answer Posted / madhuri
We can create cursor with parameters using parameterized
cursors.We declare the cursor in the deceleration section
with parameters.
Syntax: cursor <cursor_name>(parameters) is <select_stmt>
We pass values to these cursors while opening it.
open c1(100,'Computers');
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is number function in sql?
Does a user_objects view have an entry for a trigger?
explain mysql aggregate functions. : Sql dba
Can we insert delete data in view?
What is basic structure of pl sql?
Which command is used to delete a package?
What is the difference between subquery and correlated query?
How show all rows in sql?
how to return query output in html format? : Sql dba
How do I restart sql?
What is the purpose of primary key?
When should I use nosql database?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
Is pl sql better than sql?
How do I create an index in word?