Database MCQS - QUESTION DETAILS

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

VARBINARY is used to store binary data in SQL Server.

Similar Questions

In Oracle, what is the purpose of the MERGE statement?






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






Which command is used to select all columns from a table named "employees"?






Which SQL function is used to find the total number of rows in a table?






What is the purpose of the SQL TRUNCATE TABLE statement?






Which statement is used to remove all records from a table in MySQL?






In MySQL, what is the purpose of the LOAD DATA INFILE statement?






What is the purpose of the Oracle SYS_GUID() function?






What is the purpose of the Oracle UNION operator?






What is the purpose of the Oracle TRUNCATE TABLE statement?