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
how to convert numeric values to character strings? : Sql dba
What is trigger types in sql?
Can we use ddl statements in stored procedure sql server?
what is a composite key ? : Sql dba
What is java sql drivermanager?
Why is there a need for sqlcode and sqlerrm variables?
What is the difference between microsoft access and sql server?
Can we use view in stored procedure?
What programs use sql?
What is the difference between local variables and global variables?
What is #table in sql?
what is transaction? : Sql dba
What is coalesce in sql?
How to rename a table?
How can we avoid duplicating records in a query?