Database MCQS - QUESTION DETAILS

In SQL Server, what is the purpose of the SQL Server FLOAT data type?
A. Stores binary data
B. Stores integer values
C. Stores floating-point numbers
D. Stores a list of values

FLOAT is used to store floating-point numbers in SQL Server.

Similar Questions

In Oracle, what is the purpose of the DBMS_OUTPUT.PUT_LINE() procedure?






In MySQL, what is the purpose of the SHOW TABLES statement?






Which SQL Server statement is used to create a stored procedure?






Which SQL statement is used to create a new table in a database?






Which MySQL data type is used to store large text values?






What is the purpose of the SQL Server CROSS APPLY operator?






In Oracle, what is the purpose of the INTERSECT operator?






What is the purpose of the SQL Server AVG() function?






Which SQL function is used to find the lowest value in a column?






What is the purpose of the SQL UNION operator?