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
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 many types of privileges are available in sql?
Is sql better than excel?
What is %rowtype in pl sql?
Mention what is the plv (pl/vision) package offers?
What is multiple columns?
Does varchar need length?
what is the difference difference between procedure and packages
explain the options of myisamchk to improve the performance of a table. : Sql dba
what is the difference between a local and a global temporary table? : Sql dba
What is the difference between microsoft sql and mysql?
What's the difference between a primary key and a clustered index?
Can you inner join the same table?
How do I debug a stored procedure?
What is scalar data type in pl sql?