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 anonymous block in sql?
What is the primary key?
Is inner join faster than left join?
Can a table contain multiple primary key’s?
What are the query optimization techniques?
Can we commit inside a trigger?
What is the current version of sql?
Can we join more than 2 tables in sql?
How can I make sql query run faster?
Explain two easy sql optimizations.
What is the difference between functions, procedures, and packages in pl/sql?
What is oracle pl sql developer?
What is a join?
How to create your own reports in sql developer?
What is an inconsistent dependency?