Sql lietuvos miestai

Iš PHP, MySQL.
Peršokti į: navigaciją, paiešką
SELECT Country.Name AS CountryName,
   City.Name,
   City.Population
FROM City
   INNER JOIN Country ON City.CountryCode = Country.Code
WHERE CountryCode = "LTU"