mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-09-14 07:12:23 +00:00
Adds joins lecture notes.
This commit is contained in:
@@ -185,7 +185,7 @@ SELECT * FROM students WHERE first_name LIKE 'T_';
|
||||
DELETE FROM students WHERE id IN (1, 2, 3);
|
||||
```
|
||||
|
||||
## Join
|
||||
## Joins
|
||||
|
||||
Join is the widely-used clause in the SQL Server essentially to combine and retrieve data from two or more tables. In a real-world relational database, data is structured in many tables and which is why, there is a constant need to join these multiple tables based on logical relationships between them.
|
||||
|
||||
|
Reference in New Issue
Block a user