mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -456,8 +456,7 @@ Following are some of the most commonly used constraints available in SQL −
|
|||||||
### 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
|
### 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.
|
|
||||||
|
|
||||||
6
|
6
|
||||||
IN
|
IN
|
||||||
|
|||||||
Reference in New Issue
Block a user