📚 Practice Mode
DB2 Database Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Given the following scenario: Table TABLE1 needs to hold specific numeric values up to 9999999.999 in column COL1. Once TABLE1 is populated, arithmetic operations will be performed on data stored in col-umn COL1. Which of the following would be the most appropriate DB2 data type to use for column COL1?
- INTEGER
- REAL
- NUMERIC (7,3)
- DECIMAL(10,3)