|< < 24 > >|

Alternative join syntax

And one more way to write the query

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

|< < 24 > >|