Which data type should you use?

Posted by: Pdfprep Category: 70-461 Tags: , ,

You are developing a database that will contain price information.

You need to store the prices that include a fixed precision and a scale of six digits.

Which data type should you use?
A . Float
B . Money
C . Smallmoney
D . Numeric

Answer: D

Explanation:

Numeric is the only one in the list that can give a fixed precision and scale. Reference: http://msdn.microsoft.com/en-us/library/ms179882.aspx

Leave a Reply

Your email address will not be published.