Answer Posted / nishi
The cursor attributes are
%rowcount
%found
%notfound
%isopen
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the type of locks ? : Sql dba
What is trigger types in sql?
What does truncate mean in sql?
Can we create view in stored procedure?
Can we write dml inside a function in sql server?
State few characteristics of pl/sql?
How to process query result in pl/sql?
what is text? : Sql dba
Difference between truncate, delete and drop commands?
What is the use of nvl function?
Is vs as in pl sql?
How to call a javascript function from pl sql?
What are stuff and replace function?
What is coalesce in sql?
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...