InterviewSolution
Saved Bookmarks
| 1. |
Which among the following operators is/are belongs to “Inequality conditions”?(a) (b) !=(c) =(d) Both and !=The question was posed to me during an internship interview.My question comes from Condition Types topic in division Nulls and Conditions and Miscellaneous of MySQL |
|
Answer» Right answer is (d) Both <> and != |
|