The Web SQL Database specification defines an API to allow for data to be stored in a (SQLite like) database on the client machine.
Tablename: Places
City
Country
Population
Tablename: Currency
Country
Currency
Join of the both tables, selected city in first and currency in the second table. Joined by countryname. This is not stored in any table, just generated by doing a query on the above two tables.