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.