Simple types
Practical definition
A simple type is a type supported by the database system.
Typically:
- Fixed-point numbers (limited magnitude)
- Floating-point numbers (limited precision and magnitude)
- Varying-length strings (with a declared maximum length)
- Miscellaneous: date, time, IP address, UUID.
|