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 |
What is normalisation in sql?
what is offset-fetch filter in tsql? : Transact sql
When is the explicit cursor used ?
How to get the procedure's, function's name from a package if it is wrapped(both spec & body).
How do you create a db file?
there is A table and B table in A table there 5 rows and in b table there are 2 rows i am firing query select * from a,b what will be the output?
What is varchar sql?
when MSQL8.0 is in market
What are different types of statements supported by sql?
What is out parameter used for eventhough return statement can also be used in pl/sql?
What is the difference between anonymous block and named blocks?
What are analytical functions in sql?