What is PL/SQL table ?

Answers were Sorted based on User's Feedback



What is PL/SQL table ?..

Answer / firefly

An associative array (or INDEX-BY table) that can be
indexed by NUMBER or VARCHAR2. Elements are retrieved using
number or string subscript values. Unlike with data tables,
PL/SQL tables are stored in memory. PL/SQL Tables are
sparse and elements are unordered

Is This Answer Correct ?    5 Yes 0 No

What is PL/SQL table ?..

Answer / avi007

pl/sql table -

type table_name is varchar2(25) of index by BINARY_INTEGER

It is having only one column of varchar2

Is This Answer Correct ?    0 Yes 0 No

What is PL/SQL table ?..

Answer / sree

pl/sql tables are temporary array like objects in pl/sql
block.pl/sql tables have one column and one primary key.the
size of pl/sql tables unconstrained i.e the number of rows
can be increased by dynamically

Is This Answer Correct ?    0 Yes 0 No

What is PL/SQL table ?..

Answer / aravinda

index by tables , nested table and varrays collectively
called are called PL/SQL tables.

Is This Answer Correct ?    0 Yes 2 No

What is PL/SQL table ?..

Answer / karunakarreddy.boyapally

it is a collection of all the schema objects those are
tables,views,triggers,indexes etc....

Is This Answer Correct ?    0 Yes 4 No

What is PL/SQL table ?..

Answer / menan

a set of SQL commands are known as pl/sql

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More SQL PLSQL Interview Questions

what are the types of join and explain each? : Sql dba

0 Answers  


How do you explain an index number?

0 Answers  


what does it mean to have quoted_identifier on? : Sql dba

0 Answers  


What is difference between sql and excel?

0 Answers  


Do we need to create index on primary key?

0 Answers  






How to set up sql*plus output format in oracle?

0 Answers  


which tcp/ip port does sql server run on? : Sql dba

0 Answers  


What is data abstraction in sql?

0 Answers  


Does mysql support pl sql?

0 Answers  


What is mutating trigger?How to avoid it??

3 Answers   Tech Mahindra,


What are the indexing methods?

0 Answers  


how to install mysql? : Sql dba

0 Answers  


Categories