DB2 Numeric, String, Date, Time Data types
DB2 Numeric, String, Date, Time Data types
(db2 also using in data warehousing,read career options) Numeric Data types: SMALLINT: As the name suggests, the smallest numeric data type that DB2 supports. These values use 2 bytes of storage (16 bits) and are interpreted as 2s-complement signed numbers, providing a range between -32768 and 32767. INTEGER: A 32-bit signed number. The range of permissible values is -2147483648 to 2147483647.…
View On WordPress








