Answer Posted / shriram
It is a type of composite data type in pl sql .. The other
two composite types are nested tables and varrays .. example :
TYPE type_name IS TABLE OF NUMBER INDEX BY VARCHAR2(64);
name type_name;
It is also called as index by tables.
Now "name" can be given any values like :
name('raja'):=100;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql and also describe types of sql statements?
What are few of the schema objects that are created using PL/SQL?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
what is 'mysqladmin' in mysql? : Sql dba
Is null operator in sql?
What is the importance of sqlcode and sqlerrm?
How do you write a subquery?
Can we insert data into materialized view?
What is oracle and pl sql?
How to select all records from the table?
who introduced sql?
how to add a new column to an existing table in mysql? : Sql dba
What is query optimization in sql?
Which sql statement is used to return only different values?
What are the possible values that can be stored in a boolean data field?