what is the command for user data type?

Answers were Sorted based on User's Feedback



what is the command for user data type?..

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

what is the command for user data type?..

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

Post New Answer

More SQL PLSQL Interview Questions

Can we use loop in sql?

0 Answers  


What does 0 mean in sql?

0 Answers  


What is the difference between inner join and left join?

0 Answers  


What are the blocks in stored procedure?

6 Answers   Microsoft,


What is sqlite format?

0 Answers  


Is and as keyword in pl sql?

0 Answers  


What is database white box testing and black box testing?

0 Answers  


What is a procedure in pl sql?

0 Answers  


What is the purpose of cursors in pl/sql?

0 Answers  


Is sql better than excel?

0 Answers  


What is full join?

0 Answers  


How to raise user-defined exception with custom sqlerrm ?

0 Answers  


Categories