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 is a database? Explain

0 Answers  


What are the basic sql commands?

0 Answers  


Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.

0 Answers  


How to load data with sql*loader?

0 Answers  


mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql

0 Answers  






discuss about myisam key cache. : Sql dba

0 Answers  


What is clustered index sql?

0 Answers  


What is the purpose of a sql?

0 Answers  


what are all different types of collation sensitivity? : Sql dba

0 Answers  


What is the difference between a query and a report?

0 Answers  


What is record variable?

0 Answers  


How do you update sql?

0 Answers  


Categories