Answer Posted / ajexpert
User defined datatype are nothing but TYPE objects
e.g.
CREATE OR REPLACE TYPE NAME_T AS OBJECT ( COL VARCHAR2
(30))
For more explanation,
Please visit
http://www.databasedesign-resource.com/user-defined-
types.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the limitations of sql express?
What is cursor and why it is required?
What are system versioned tables?
What is on delete set null?
How to select 10 records from a table?
what is the difference between union and union all? : Sql dba
What is a left join?
define data blocks ? : Sql dba
Why functions are used in sql?
What is the difference between sum and count in sql?
What are the two types of periodical indexes?
What is denormalization in a database?
How do I run a program in pl sql?
What are field types?
What is the most restrictive isolation level? : Transact sql