Question

Which of the following data types used in SQL would define a numeric field of the pattern 99.99?
A) integer(2,2)
B) integer(5,2)
C) numeric(2,2)
D) numeric(4,2)
E) numeric(5,2)

Answer

This answer is hidden. It contains 1 characters.