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...
Name the tables where characteristics of Package, procedure and functions are stored ?
what is the different between now() and current_date()? : Sql dba
Can we group by two columns in sql?
How many row comparison operators are used while working with a subquery?
Define implicit and explicit cursors.
What is sql resultset?
If the base table structure is changed what will happen to join index????
What is example of database?
How can you load microsoft excel data into oracle? : aql loader
How delete all records from table in sql?
Why do we need sharding?
Explain what is a subquery ?