User defined data types are used when multiple tables need to store the same type of data in a column and you need to ensure that all these columns are exactly the same including length, and nullability.
User defined datatype contains following parameters:
- Name
- System data type on which user defined data type is based upon.
- Nullability
For example
No comments:
Post a Comment