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...
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between decode and case function?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Explain the two type of Cursors ?
how to find 5th row ?
What are the constraints available in sql?
explain commit and rollback in mysql : sql dba
what is a record in a database ? : Sql dba
What is online transaction processing (oltp)?
How to create a menu in sqlplus or pl/sql?
how to create a database in oracle?
Explain table and field in sql?
What type of database is cloud sql?