How collections are improve the performance?
Answer / kesava
COLLECTION:
Collection contains number of user defined types which is
stored number of data items in Single unit.
Why introduce Collection:
--->When ever we are using cursor memory area control does not get it back from Active set Area.
=====>when ever we are using Collection we are operating
element and also we are moving forward and reverse directions with in memory are using Collection
collection Types:
index by Table
Nested Table
Varray
Is This Answer Correct ? | 0 Yes | 2 No |
if i perform any operation on views such as insert, delete etc will my base table get affected?????
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
How to export the table data (this table having 18 million records) to .csv file. Please tell me is there any faster way to export the data.
what is the difference between clustered and non clustered index in sql? : Sql dba
What are the parts of a sql statement?
Are subqueries faster than joins?
What is the difference between a primary key and a unique key?
can a stored procedure call itself or recursive stored procedure? : Sql dba
what is datawarehouse? : Sql dba
How do I run sql?
Can a table have no primary key?
how to calculate expressions with sql statements? : Sql dba