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?

A.
BIGINT
B.
INTEGER
C.
DECFLOAT (34)
D.
DECIMAL (31,18)
Explanation: