IBM Exam Questions

which of the following would be the best way to define the telephone number column for a table if al

Given the requirements to store customer names, billing addresses, and telephone numbers,
which of the following would be the best way to define the telephone number column for a table if
all customers were located in the same country?

A.
PHONE CHAR(15)

B.
PHONE VARCHAR(15)

C.
PHONE LONG VARCHAR

D.
PHONE CLOB(1K)