Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:33:57 +05:30
committed by GitHub
parent 52c8bab2a1
commit ed0064e350
+1 -3
View File
@@ -457,9 +457,7 @@ Following are some of the most commonly used constraints available in SQL
- The BETWEEN operator is used to search for values that are within a set of values, given the minimum value and the maximum value.
### EXISTS
- The EXISTS operator is used to search for the presence of a row in a specified table that meets a certain criterion.
6
IN
### IN
The IN operator is used to compare a value to a list of literal values that have been specified.