type type_name is table of varchar2(30) index by
binary_integer
for the above type you have to create a identifier...
like
identifier_name type_name;
for the above type you can use the below methods..like
first , last , prior, next , delege..etc...like this..
if you create a cursor...like
cursor cursor_name is select * from scott.emp;
is there any methods like above to use prior, fist , last ,
next , trim ,etc...
Where do we use pl sql?
What are hotfixes and patches?
what is a constraint? Tell me about its various levels. : Sql dba
describe transaction-safe table types in mysql : sql dba
What is dbo in sql?
Can we interchange parameters in procedure while calling
What is difference between Procedures and Functions ?
What is mdf ldf and ndf?
how to drop an existing table in mysql? : Sql dba
What are pl/sql cursors?
How do you declare a constant?
Can you selectively load only those records that you need? : aql loader