SQL TUTORIALS-
SQL OR Operator Statement
Introduction-
SQL OR Operator Explained with Examples | Learn SQL Conditions Easily
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 |