Which of the following is not a valid date type to SQL?
Float is not a valid date type to sql.
Float SQL:-
Decimal has a fixed precision while float has variable precision. EDIT float (53) is a double-precision (32-bit) floating point number in SQL Server. Regular Float is a single-precision floating point number.
Date has no any decimal. So, float is not valid.