what is main def between plsql/table and array?
Answer / sudipta santra
In array we can not make index upon that but in PL/SQL Table
we can set the index upon that.
Rest of the features are more or less not so much strong
difference.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
What does ROLLBACK do ?
What is Data Block ?
how to get last monday of a month?
What is COST-based approach to optimization ?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
Is primary key = unique key,not null? If yes,please explain IF No,please explain
Explain the use of show option in imp command.
can any one help me with import/export options in oracle............
Explain oracle instance.
What is the difference between a primary key & a unique key?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it