Float & Real Data Types в SQL Server використовує floating-point number format. Справжній є Single Precision Floating Point number, while Float is Double Precision Floating Point number. Плаваючі пункти номери можуть бути дуже великими або дуже маленькими номерами, ніж 10 десятків.

Syntax. float [(n)] Where n is number of bits that are used to store the mantissa of the float number in scientific notation and, therefore, dictates the precision and storage size. Якщо він визначений, він повинен бути відповідно між 1 і 53. Значна величина n is 53.

The REAL data type is approximate number with floating point numeric data. REAL value is approximate which means не all range of values ​​can be represented exactly. REAL is equivalent to FLOAT(24).