Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 11:48:27 +05:30
committed by GitHub
parent 78aa1a4a66
commit 634abe10d8
+3
View File
@@ -444,3 +444,6 @@ Following are some of the most commonly used constraints available in SQL
- Checks if the value of left operand is not less than the value of right operand, if yes then condition becomes true.
### !> (Not Greater than)
- Checks if the value of left operand is not greater than the value of right operand, if yes then condition becomes true.
## SQL Logical Operators ❗