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 normalization means?
Is join same as left join?
What is latest version of sql?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
How do I install microsoft sql?
What is database sql?
What is a trigger in sql?
How do you clear the screen in sql?
What are tuples in sql?
What are the types of sql commands?
what is 'mysqlshow'? : Sql dba
Do we need to create index on primary key?
Is drop table faster than truncate?
how to dump a table to a file with 'mysqldump'? : Sql dba
Mention what is the plv (pl/vision) package offers?