What is float data type?
Answers
In computer science, a float is a data type composed of a number that is not an integer, because it includes a fraction represented in decimal format. ... Some point out that the float data type is used in computer programming when more precision is needed than what integers can provide.
A single precision floating-point data type used in CREATE TABLE and ALTER TABLE statements. Precision: 6 to 9 significant digits, depending on usage. The number of significant digits does not depend on the position of the decimal point.
Explanation:
FLOAT data type stores double-precision floating-point numbers with up to 17 significant digits. ... The range of values for the FLOAT data type is the same as the range of the C double data type on your computer. You can use n to specify the precision of a FLOAT data type, but SQL ignores the precision.
Mark me as brainliest please