1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
What is bulk compiling in pl/sql.?
What is bind reference and how can it be created?
How do I start pl sql?
What is form and report?
how to install mysql? : Sql dba
Can ddl statements be used in pl/sql?
What are the types of subqueries?
Explain 3 basic parts of a trigger.
what are set operators in sql? : Sql dba
Is sql low level language?
What is time based sql injection?
What is a natural join?
What is a unique key and primary key and foreign key?
What are the types of triggers in sql?