Hindi, asked by mithsimahant, 6 months ago

Which of the following is not a
is not a valid SQL data type ?

Answers

Answered by pds39937
10

Explanation:

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.

Answered by sahilgaming78692
1

Answer:

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. ❤

Similar questions