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:
@@ -508,3 +508,6 @@ Following are some of the most commonly used constraints available in SQL −
|
|||||||
|
|
||||||
- The SQL Joins clause is used to combine records from two or more tables in a database.
|
- The SQL Joins clause is used to combine records from two or more tables in a database.
|
||||||
- A JOIN is a means for combining fields from two tables by using values common to each.
|
- A JOIN is a means for combining fields from two tables by using values common to each.
|
||||||
|
- It is noticeable that the join is performed in the WHERE clause.
|
||||||
|
- 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user