Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
SQL Full Outer Join | SQL Joining Tables
Data Manipulation using SQL
course content

Зміст курсу

Data Manipulation using SQL

Data Manipulation using SQL

1. Database and Nested Queries
2. SQL Joining Tables
3. SQL Tasks

SQL Full Outer Join

Let's explore FULL OUTER JOIN: it does joining for a union of records of table1 and table2:

All uncompleted fields got the value NULL.

Завдання

For each singer, find the most expensive (price) song and the newest (year) album. Use FULL OUTER JOIN to see what's the result is. You should show singers.naming, songs.price with price alias, and albums.year with year alias values.

Завдання

For each singer, find the most expensive (price) song and the newest (year) album. Use FULL OUTER JOIN to see what's the result is. You should show singers.naming, songs.price with price alias, and albums.year with year alias values.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 2. Розділ 4
toggle bottom row

SQL Full Outer Join

Let's explore FULL OUTER JOIN: it does joining for a union of records of table1 and table2:

All uncompleted fields got the value NULL.

Завдання

For each singer, find the most expensive (price) song and the newest (year) album. Use FULL OUTER JOIN to see what's the result is. You should show singers.naming, songs.price with price alias, and albums.year with year alias values.

Завдання

For each singer, find the most expensive (price) song and the newest (year) album. Use FULL OUTER JOIN to see what's the result is. You should show singers.naming, songs.price with price alias, and albums.year with year alias values.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 2. Розділ 4
toggle bottom row

SQL Full Outer Join

Let's explore FULL OUTER JOIN: it does joining for a union of records of table1 and table2:

All uncompleted fields got the value NULL.

Завдання

For each singer, find the most expensive (price) song and the newest (year) album. Use FULL OUTER JOIN to see what's the result is. You should show singers.naming, songs.price with price alias, and albums.year with year alias values.

Завдання

For each singer, find the most expensive (price) song and the newest (year) album. Use FULL OUTER JOIN to see what's the result is. You should show singers.naming, songs.price with price alias, and albums.year with year alias values.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Let's explore FULL OUTER JOIN: it does joining for a union of records of table1 and table2:

All uncompleted fields got the value NULL.

Завдання

For each singer, find the most expensive (price) song and the newest (year) album. Use FULL OUTER JOIN to see what's the result is. You should show singers.naming, songs.price with price alias, and albums.year with year alias values.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 2. Розділ 4
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt