Which of the following data types used in sql would define a numeric field of the pattern 99.99?
a.integer(2,2)
b.numeric(4,2)
c.integer(5,2)
d.numeric(2,2)
e.numeric(5,2)