Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 07:48:06 +05:30
committed by GitHub
parent a56c03c16a
commit 3a5caf2e53
+1 -1
View File
@@ -512,7 +512,7 @@ Following are some of the most commonly used constraints available in SQL
- Several operators can be used to join tables, such as =, <, >, <>, <=, >=, !=, BETWEEN, LIKE, and NOT; they can all be used to join tables. - Several operators can be used to join tables, such as =, <, >, <>, <=, >=, !=, BETWEEN, LIKE, and NOT; they can all be used to join tables.
- However, the most common operator is the equal to symbol. - However, the most common operator is the equal to symbol.
- There are different types of joins available in SQL There are different types of joins available in SQL
### INNER JOIN returns rows when there is a match in both tables. ### INNER JOIN returns rows when there is a match in both tables.