📝 Question
#1106
Values of one type can be converted to another domain using which of the following?
✓
Correct Answer
B. Drop type
💡
Explanation
Example of cast :cast (department.budget to numeric(12,2)). SQL provides drop type and alter type clauses to drop or modify types that have been created earlier.
⌨️ Press
A
B
C
D
to select