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...
What is the basic structure of an sql?
What is a trigger in pl/sql?
Which data type doesn't allow null data type?
What is sql and its types?
Does sql view stored data?
What are the types of functions in sql?
What are the string functions in sql?
Which is faster count (*) or count 1?
how to insert the records in particular position
What are different sql data types?
What does select top 1 do in sql?
What is a sql*loader control file?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)