mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -462,8 +462,7 @@ Following are some of the most commonly used constraints available in SQL −
|
|||||||
### LIKE
|
### LIKE
|
||||||
- The LIKE operator is used to compare a value to similar values using wildcard operators.
|
- The LIKE operator is used to compare a value to similar values using wildcard operators.
|
||||||
### NOT
|
### NOT
|
||||||
|
- The NOT operator reverses the meaning of the logical operator with which it is used. Eg: NOT EXISTS, NOT BETWEEN, NOT IN, etc. This is a negate operator.
|
||||||
The NOT operator reverses the meaning of the logical operator with which it is used. Eg: NOT EXISTS, NOT BETWEEN, NOT IN, etc. This is a negate operator.
|
|
||||||
|
|
||||||
9
|
9
|
||||||
OR
|
OR
|
||||||
|
|||||||
Reference in New Issue
Block a user