Select from following answers:- Command(s) completed successfully.
- Produce an result matching both table record(s).
- Msg 102, Level 15, State 1, Line 1 Incorrect syntax near ';'.
- All Above
It will throw an error saying that:-
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near ';'.
Meaning that,if we write above query,then it will be treated as either inner join or equi join.And we also know that when using inner join or equi join,we must give On clause or where condition.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator