Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 11:46:41 +05:30
committed by GitHub
parent 9a7e5fa3b8
commit b497942a0d
+2 -1
View File
@@ -442,4 +442,5 @@ Following are some of the most commonly used constraints available in SQL
- Checks if the value of left operand is less than or equal to the value of right operand, if yes then condition becomes true.
### !<
- Checks if the value of left operand is not less than the value of right operand, if yes then condition becomes true.
### !> Checks if the value of left operand is not greater than the value of right operand, if yes then condition becomes true.
### !>
- Checks if the value of left operand is not greater than the value of right operand, if yes then condition becomes true.