Select from following answers:- Throws error
- 'Chandu'
- Chandu
- Chandu1
- All Above
The concatenation operator ( + ) will throw error when the operands are incompatible. Here operands are string and integer.
Msg 245, Level 16, State 1, Line 1
Conversion failed when converting the varchar value 'Chandu' to data type int.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator