diff --git a/README.md b/README.md index 4d9a361..058ba53 100644 --- a/README.md +++ b/README.md @@ -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 ❗ +