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
Is a table valued function object?
Can we call a function containing dml statements in a select query?
What are joins in sql?
Define commit, rollback and savepoint?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
How do I make my sql query run faster?
What is sql trigger example?
what is oracle database ? : Sql dba
how to enter numeric values as hex numbers? : Sql dba
What is a recursive join sql?
How do I run a sql trace?
What are basic techniques of indexing?
What is set serveroutput on?
what is a view? : Sql dba
How do I save a stored procedure?