Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:37:52 +05:30
committed by GitHub
parent 0b844bc1c6
commit 5d83fefc8f
+2
View File
@@ -469,3 +469,5 @@ Following are some of the most commonly used constraints available in SQL
- The NULL operator is used to compare a value with a NULL value.
### UNIQUE
- The UNIQUE operator searches every row of a specified table for uniqueness (no duplicates).
# SQL - Expressions ✍