What is nested table in pl sql?



What is nested table in pl sql?..

Answer / Shailesh Maheshwari

A nested table is a table whose elements can be stored as attributes of another table. It allows the creation of a table within a table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How can we optimize a sql query?

1 Answers  


display records from 5 to 9 using rowid or rownum

5 Answers   Agile Software,


What is sql lookup?

1 Answers  


Suppose There is a string A.B....C.......D.........E........F In this string dots (.) are not having fixed count in between of string. I want the output to have string with one dot between. I.e. A.B.C.D.E.F

6 Answers   IBM,


Can a foreign key have a different name?

1 Answers  


What is multiple columns?

1 Answers  


define different types of trigger. : Sql dba

1 Answers  


what are ddl statements in mysql? : Sql dba

1 Answers  


Can a procedure in a package be overloaded?

1 Answers   EXL,


oracle is compiler or interpretter,can any one tell me the answer?

9 Answers   Satyam,


Is left join same as join?

1 Answers  


What is the use of partition by in sql?

1 Answers  


Categories