Select from following answers:- Matching rows will be returned.
- No rows will return.
- Will throw error.
- None of these.
- All Above
It will have no records. As we specify equal on ON clause but specify <> in where clause and alternatively where clause will return true or false based on the conditions given.
So no records will be returned as condition is getting false.If we specify other condition which gets satisfied,then we get the records.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator