what are pl/sql collections?
Answer Posted / hannan oca
collection of similar datatypes or group of same datatypes
are called collections.Basically they are 3 types
1.Index-by tables,
2.Nested tables
3.Varrays
collection of different datatypes are known as Records.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
what is myisam? : Sql dba
How to run pl/sql statements in sql*plus?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What is pl sql architecture?
Are left and right joins the same?
how to use regular expression in pattern match conditions? : Sql dba
what are rollup and cube in t-sql? : Transact sql
Which version of sql do I have?
Explain the update statement in sql
Is left join faster than inner join?
What are different methods to trace the pl/sql code?
What is the most important ddl statements in sql are?
What is substitution variable?
Show code of a cursor for loop.
How to combine two stored procedures in sql?