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 a join? : Sql dba
What is function and procedure?
How do I create a sql database?
How do you identify a primary key?
How can you know that statistics should be updated?
What is pl sql in oracle?
What is sql and also describe types of sql statements?
Can dml statements be used in pl/sql?
Is like operator in sql case sensitive?
How to run pl/sql statements in sql*plus?
What are the two types of exceptions in pl/sql?
What is sql*loader?
Does a join table need a primary key?
What is difference between nchar and nvarchar?
What are the different set operators available in sql?