SQL
x
USE eswiki_p;
select gt_id AS ID,
gt_name AS Nombre,
gt_region AS Región,
gt_country AS País
FROM geo_tags
LIMIT 15;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.