Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are pl/sql collections?

Answer Posted / debanjan rudra

pl/sql collections are temporary table types which helps
the programmer to "temporary" manipulate data comprising
more than 1 row (i.e. not scalar).

Eg. CREATE OR REPLACE TAB AS TABLE OF VARCHAR2(100) INDEX
BY PLS_INTEGER;

In the above example "TAB" is a collection which shall be
used to temporarily store more than 1 varchar2 records.

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you sum a count in sql?

1058


What is sqlite used for?

1047


What is the difference between delete and truncate commands?

1094


What is interval partition?

1097


Why indexing is needed?

1041


What is the difference between microsoft access and sql?

1070


What is faster join or subquery?

1057


What is the use of non clustered index?

1041


what is the use of double ampersand (&&) in sql queries?

1222


How do you drop a trigger?

1033


Why do we create views in sql?

1214


What is equi join in sql?

1117


how to select unique records from a table? : Sql dba

1170


What is meant by truncate in sql?

1107


Does sap use sql?

1037