Skip to content

Commit 62db15a

Browse files
committed
Add resources
1 parent 71eb665 commit 62db15a

File tree

17 files changed

+66
-0
lines changed

17 files changed

+66
-0
lines changed

Joining Data in SQL/01 Introduction to joins/01 Inner join/script.py

Whitespace-only changes.

Joining Data in SQL/01 Introduction to joins/02 Inner join (2)/script.py

Whitespace-only changes.

Joining Data in SQL/01 Introduction to joins/03 Inner join (3)/script.py

Whitespace-only changes.

Joining Data in SQL/01 Introduction to joins/04 Review inner join using on/script.py

Whitespace-only changes.

Joining Data in SQL/01 Introduction to joins/05 Inner join with using/script.py

Whitespace-only changes.

Joining Data in SQL/01 Introduction to joins/06 Self-join/script.py

Whitespace-only changes.

Joining Data in SQL/01 Introduction to joins/07 Case when and then/script.py

Whitespace-only changes.

Joining Data in SQL/01 Introduction to joins/08 Inner challenge/script.py

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
In this chapter, you'll be introduced to the concept of joining tables, and will explore the different ways you can enrich your queries using inner joins and self joins. You'll also see how to use the case statement to split up a field into different categories.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
In this chapter, you'll come to grips with different kinds of outer joins. You'll learn how to gain further insights into your data through left joins, right joins, and full joins. In addition to outer joins, you'll also work with cross joins.

0 commit comments

Comments
 (0)