Select from following answers:- Command(s) completed successfully.
- It will give output.
- It will throw an error
- None of this.
- All Above
It will throw an error saying that:-
Msg 8114, Level 16, State 5, Line 2
Error converting data type varchar to float.
Because employee_name is Varchar data type and Round function takes only Decimal,that's why it will throw an error.For working with this,take any Decimal column-name in 1st expression.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator