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 embedded sql in db2?
how to use regular expression in pattern match conditions? : Sql dba
How to combine two stored procedures in sql?
Do we need commit after truncate?
What does varchar include?
define sql insert statement ? : Sql dba
How to move files from one directory to another in pl sql?
what tools available for managing mysql server? : Sql dba
What is mutating error?
Can a foreign key be a duplicate?
How to pipe multiline string to isql?
What are the different type of joins in sql?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
Can we use views in stored procedure?
What is sql keyword?