In SQL Server, what is the purpose of the PARSE() function?
A. Concatenate multiple columns
B. Parse a string into a specified data type
C. Calculate the average value
D. Generate a sequence of numbers
The PARSE() function is used to parse a string into a specified data type in SQL Server.