SQL TUTORIALS-
SQL OR Operator Statement
Introduction-
When Use SQL OR operator is used to filter records where at least one of the specified conditions is true....
ID | Name | Department | Salary |
---|---|---|---|
1 | ANNI | IT | 10000 |
2 | POOJA | IT | 90000 |
3 | RAJ | SALES | 5000 |