|< < 16 > >|

Join

Range variables

A range variable is a variable that "ranges" over a table.

Same query as before

select al.title from artist ar, album al where al.artist_id = ar.artist_id and name = 'The Detroit Cobras'

|< < 16 > >|