110k views
2 votes
You're working on setting a data type for a field that requires a high degree of precision, as it will be taking scientific values. Which data type should you likely set for this field?

A. Int
B. Money
C. Decimal
D. Real

User Codin
by
7.6k points

1 Answer

3 votes

Answer:

C. Decimal

Step-by-step explanation:

When working with a field that requires a high degree of precision, such as scientific values, it is likely that you should set the data type for that field as Decimal. The Decimal data type is a fixed-point data type that allows for a high degree of precision and can store numeric values with a large number of digits. This makes it ideal for use in fields that require precise calculations or scientific measurements.

User Mohammed Rafeeq
by
7.2k points