IBM Exam Questions

Which of the following SQL statements can be used to create a DB2 object to store numerical data as

Which of the following SQL statements can be used to create a DB2 object to store numerical data
as EURO data?

A.
CREATE NICKNAME euro FOR DECIMAL (9,3)

B.
CREATE ALIAS euro FOR DECIMAL (9,3)

C.
CREATE DISTINCT TYPE euro AS DECIMAL (9,3)

D.
CREATE DATA TYPE euro AS DECIMAL (9,3)