What is the physical storage length of DATE data type?

The physical storage length of TIME data type is 4 bytes.

In IBM Db2, the DATE data type is stored as a fixed-length field of 4 bytes. Each DATE value represents a calendar date and is stored in the format YYYY-MM-DD. The fixed-length storage ensures consistency in the storage size for all DATE values.