Another exercise

| Exercise: Write a query to show where the actors in each film in the Star Wars film series were born.

Tip: use DISTINCT to remove duplicates from the results

show solution

Edit the query to add the image (P18) of each actor to the results

show solution

If you’re wondering why there are less results than in the previous query, see the section about the OPTIONAL clause.

Skip to content