Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 11:41:57 +05:30
committed by GitHub
parent f13ee5e75a
commit cad737dff6
+2
View File
@@ -423,3 +423,5 @@ Following are some of the most commonly used constraints available in SQL
- Divides left hand operand by right hand operand.
### % (Modulus)
- Divides left hand operand by right hand operand and returns remainder.
## SQL Comparison Operators ⭐