3 lines
46 B
SQL
3 lines
46 B
SQL
SELECT country_id, name, region
|
|
FROM country;
|
SELECT country_id, name, region
|
|
FROM country;
|