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 all types of user defined functions? : Sql dba
What is trigger point?
what are the advantages and disadvantages of views in a database? : Sql dba
Is subquery faster than join?
What is the location of pre_defined_functions.
How long will it take to learn pl sql?
What is crud stand for?
How do sql triggers work?
What is the meaning of disabling a trigger?
What is database sql?
How many clustered indexes can you have?
what are the t string functions available in tsql? : Transact sql
what is column? : Sql dba
What is pragma in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql