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
How is a process of pl/sql compiled?
What steps server process has to take to execute an update statement?
Can you selectively load only those records that you need? : aql loader
what are string data types? : Sql dba
Is left join inner or outer?
Why we use join in sql?
How to use sql*plus built-in timers?
What are the ddl commands?
What is raw datatype in sql?
What are the key differences between SQL and PL SQL?
how to dump a table to a file with 'mysqldump'? : Sql dba
Can we create table inside stored procedure?
What is cursor and its types?
Is it possible to create the following trigger: before or after update trigger for each row?
What is difference between table and view?