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 is the difference between distinct and unique in sql?
Why indexing is needed?
Which data type is a composite type?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is the usage of when clause in trigger?
what are all the different normalizations? : Sql dba
What found sql?
How do I tune a sql query?
What is structural independence and why is it important?
What is the difference between drop and truncate commands?
What is the usage of distinct keyword?
How do you update f as m and m as f from the below table testtable?
What are the datatypes available in pl/sql ?
What are the different types of tables in sql?
how to get a list of indexes of an existing table? : Sql dba