When getting information about album, I can get only location name :
select aid, owner, location from album;
But I need also a place ID for further manipulations.
I can't just query "place" table to return me places that have the name of album location ("name" column is not unique and not indexed in place table).
How can I get that place ID?