SnowPro Core Certification — Question 1099
Which data type can be used for floating-point numbers without losing precision?
Answer options
- A. BINARY
- B. VARIANT
- C. INTEGER
- D. DOUBLE
Correct answer: D
Explanation
The DOUBLE data type is specifically designed for floating-point numbers and can represent them with high precision. In contrast, BINARY, VARIANT, and INTEGER do not support floating-point representation or may lead to a loss of precision when handling such numbers.