IBM Exam Questions

Which of the following is the best statement to use to create a user-defined data type that can be u

Which of the following is the best statement to use to create a user-defined data type that can be
used to store currency values?

A.
CREATE DISTINCT TYPE currency ASNUMERIC(7,2)

B.
CREATE DISTINCT TYPE currency AS SMALLINT

C.
CREATE DISTINCT TYPE currency AS BIGINT

D.
CREATE DISTINCT TYPE currency AS DOUBLE