Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:36:28 +05:30
committed by GitHub
parent 573c476b3a
commit 547c80ed44
+1 -3
View File
@@ -467,8 +467,6 @@ Following are some of the most commonly used constraints available in SQL
- The OR operator is used to combine multiple conditions in an SQL statement's WHERE clause.
### IS NULL
- The NULL operator is used to compare a value with a NULL value.
11
UNIQUE
### UNIQUE
The UNIQUE operator searches every row of a specified table for uniqueness (no duplicates).