📝 Question
#1105
The user defined data type can be created using
✓
Correct Answer
D. Create type
💡
Explanation
The create type clause can be used to define new types.Syntax : create type Dollars as numeric(12,2) final; .
⌨️ Press
A
B
C
D
to select