Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:33:30 +05:30
committed by GitHub
parent 5ec458775d
commit febb2f4609
+1 -3
View File
@@ -455,9 +455,7 @@ Following are some of the most commonly used constraints available in SQL
- The ANY operator is used to compare a value to any applicable value in the list as per the condition. - The ANY operator is used to compare a value to any applicable value in the list as per the condition.
### BETWEEN ### BETWEEN
- The BETWEEN operator is used to search for values that are within a set of values, given the minimum value and the maximum value. - 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
5
EXISTS
The EXISTS operator is used to search for the presence of a row in a specified table that meets a certain criterion. The EXISTS operator is used to search for the presence of a row in a specified table that meets a certain criterion.