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
How do you select unique values in sql?
What do we need to check in database testing?
what is single byte over head in oracle..?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
How to look at the current sql*plus system settings?
What are string functions in sql?
How many types of keys are there in sql?
What is trigger in sql?
how to use 'mysql' to run sql statements? : Sql dba
How do you write a subquery?
How to load data with sql*loader?
Mention what does plv msg allows you to do?
What mean sql?
What are the types pl/sql code blocks?
what is the use of double ampersand (&&) in sql queries?