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...

Answer Posted / sagar

Hi,

When you are using this:

cursor cursor_name is select * from scott.emp;

you can use
record_name cursor_name%rectype;

But I think the methods you mentioned like prior, fist ,
last ,
next , trim ,etc...are not present here..(Iam not sure)

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is attribute indicator in pl sql?

526


How do you use join?

524


what is online transaction processing (oltp)? : Sql dba

529


what is schema? : Sql dba

562


How do I make sql search faster?

560






Is there a way to automate sql execution from the command-line, batch job or shell script?

557


How to write a query to show the details of a student from students table whose

542


What are the different types of tables in sql?

487


what is rdbms? : Sql dba

583


Does truncate need commit?

518


What is an example of translating a date into julian format?

582


Which is better join or subquery?

608


What is the use of sqldataadapter?

539


what are the advantages of mysql in comparison to oracle? : Sql dba

529


Explain how to use transactions efficiently : transact sql

529