SQL TUTORIALS-
SQL NOT Operator Statement
Introduction-
-🔍SQL NOT Operator – Explanation with Example (For learntosap.com)
NOT operator in SQL is used to negate a condition in a WHERE clause. It returns the rows for which the condition is false.....
ID | Name | Department | Salary |
---|---|---|---|
1 | ANNI | IT | 10000 |
2 | POOJA | IT | 9000 |
3 | RAJ | SALES | 5000 |