what is the command for user data type?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / yadav
mm its also said as abstrract data types
ie which will contain more than one datatype
same as above
Is This Answer Correct ? | 0 Yes | 0 No |
Can we use loop in sql?
What does 0 mean in sql?
What is the difference between inner join and left join?
What are the blocks in stored procedure?
What is sqlite format?
Is and as keyword in pl sql?
What is database white box testing and black box testing?
What is a procedure in pl sql?
What is the purpose of cursors in pl/sql?
Is sql better than excel?
What is full join?
How to raise user-defined exception with custom sqlerrm ?