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

Contenuti del Corso

Data Manipulation using SQL

Data Manipulation using SQL

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

book
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.

Compito

Swipe to start coding

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 4
toggle bottom row

book
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.

Compito

Swipe to start coding

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 4
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt