Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:34:28 +05:30
committed by GitHub
parent 2674bf0192
commit 0943747077
+1 -3
View File
@@ -459,9 +459,7 @@ Following are some of the most commonly used constraints available in SQL
- 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.
### IN ### IN
- The IN operator is used to compare a value to a list of literal values that have been specified. - The IN operator is used to compare a value to a list of literal values that have been specified.
### LIKE
7
LIKE
The LIKE operator is used to compare a value to similar values using wildcard operators. The LIKE operator is used to compare a value to similar values using wildcard operators.