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 meant by <> in sql?
If you want a column to be part of the result set, after which SQL keyword does it belong? 1. SELECT 2. FROM 3. WHERE 4. GROUP BY 5. HAVING
10 Answers HCL, TCS,
Is nosql faster than sql?
What is thread join () in threading?
What do we need to check in database testing?
What do you mean by “trigger” in sql?
What is on delete restrict?
How to get second highest salary from a table
What does pragma mean?
What is right join in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What is a temporal table?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)