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 a primary key called that is made up of more than one field?
What is integrity in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What is query execution plan in sql?
Can you create a table with Primary Key not as the clustered index.
how to calculate expressions with sql statements? : Sql dba
Is like operator in sql case sensitive?
What is rank dense_rank and partition in sql?
how to get help information from the server? : Sql dba
What does a pl/sql package consist of?
What is oracle pl sql developer?
how to include character strings in sql statements? : Sql dba
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)