IBM
C2090-312 · Question #37
You have to design a numeric column, which is also the primary key. The column should cover large (i.e., 123456789012345678) numbers. Which column data definition covers the requirements?
The correct answer is A. BIGINT. See the full explanation below for the reasoning.
Question
You have to design a numeric column, which is also the primary key. The column should cover large (i.e., 123456789012345678) numbers. Which column data definition covers the requirements?
Options
- ABIGINT
- BINTEGER
- CDECFLOAT (34)
- DDECIMAL (31,18)
How the community answered
(41 responses)- A83% (34)
- B5% (2)
- C2% (1)
- D10% (4)
Community Discussion
No community discussion yet for this question.