SnowPro Core Certification — Question 465
Which data types in Snowflake are synonymous for FLOAT? (Choose two.)
Answer options
- A. DECIMAL
- B. DOUBLE
- C. NUMBER
- D. NUMERIC
- E. REAL
Correct answer: B, E
Explanation
The correct answers are B (DOUBLE) and E (REAL) because both are considered synonymous with FLOAT in Snowflake. Options A (DECIMAL), C (NUMBER), and D (NUMERIC) are related data types but are not directly synonymous with FLOAT.