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
Explain the difference between triggers and constraints?
What are the qualities of 2nf?
What is a ddl command?
What is %s in sql?
What are sql built in functions?
What is benefit of creating memory optimized table?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
How do I order by ascending in sql?
What are the differences between implicit and explicit cursors?
Can I create table without primary key?
How can you create an empty table from an existing table?
What is a sql trace file?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
how to see the create table statement of an existing table? : Sql dba
what are all different types of collation sensitivity? : Sql dba