Interview Questions

What are the three possible functions of the plus (+) operator in SQL Server 2005, the base installed T-SQL?

Microsoft SQL Server FAQs


(Continued from previous question...)

What are the three possible functions of the plus (+) operator in SQL Server 2005, the base installed T-SQL?

Answer
Add, string concatenation, unary plus
Explanation
The three functions are Add, String Concatenation, and Unary Plus.

(Continued on next question...)

Other Interview Questions