Database MCQS - QUESTION DETAILS

What is the purpose of the SQL Server QUOTENAME() function?
A. Concatenate multiple strings
B. Quote an identifier to make it a valid SQL Server delimited identifier
C. Calculate the average value
D. Round numeric values

'QUOTENAME()' is used to quote an identifier to make it a valid SQL Server delimited identifier.

Similar Questions

In Oracle, what is the purpose of the WITH clause?






In SQL Server, what is the purpose of the SQL Server XML data type method value()?






Which MySQL clause is used to add an index to an existing table?






Which SQL Server statement is used to change the structure of an existing table?






Which SQL function is used to find the current user in MySQL?






In SQL Server, what is the purpose of the IDENTITY property?






In Oracle, what is the purpose of the BITAND() function?






Which SQL Server function is used to find the length of a string?






What is the purpose of the SQL Server SET NOCOUNT ON statement?






In Oracle, what is the purpose of the INSTR() function?