mahir_data
mediumToyota · joinsPro

Every part, with its supplier (if assigned)

Some parts don't have a supplier assigned yet. Return every part's name and its supplier's name: parts without a supplier should still appear, with a NULL supplier name.

Return part_name and supplier_name.

Schema

suppliers
idINT
supplier_nameTEXT
countryTEXT
parts
idINT
part_nameTEXT
supplier_idINT

Pro

The example input, expected output, and walkthrough for this question unlock with a Pro plan.

Pro

This is a Pro question

Premium practice questions unlock with a Pro plan. The full solution, expected output, and grading are available to Pro members.

See Pro plans