numerus/verify/available_countries.sql

757 lines
74 KiB
MySQL
Raw Normal View History

-- Verify numerus:available_countries on pg
begin;
set search_path to numerus;
select 1 / count(*) from country where country_code = 'AF' and name = 'Afghanistan';
select 1 / count(*) from country where country_code = 'AX' and name = 'Åland Islands';
select 1 / count(*) from country where country_code = 'AL' and name = 'Albania';
select 1 / count(*) from country where country_code = 'DZ' and name = 'Algeria';
select 1 / count(*) from country where country_code = 'AS' and name = 'American Samoa';
select 1 / count(*) from country where country_code = 'AD' and name = 'Andorra';
select 1 / count(*) from country where country_code = 'AO' and name = 'Angola';
select 1 / count(*) from country where country_code = 'AI' and name = 'Anguilla';
select 1 / count(*) from country where country_code = 'AQ' and name = 'Antarctica';
select 1 / count(*) from country where country_code = 'AG' and name = 'Antigua and Barbuda';
select 1 / count(*) from country where country_code = 'AR' and name = 'Argentina';
select 1 / count(*) from country where country_code = 'AM' and name = 'Armenia';
select 1 / count(*) from country where country_code = 'AW' and name = 'Aruba';
select 1 / count(*) from country where country_code = 'AU' and name = 'Australia';
select 1 / count(*) from country where country_code = 'AT' and name = 'Austria';
select 1 / count(*) from country where country_code = 'AZ' and name = 'Azerbaijan';
select 1 / count(*) from country where country_code = 'BS' and name = 'Bahamas';
select 1 / count(*) from country where country_code = 'BH' and name = 'Bahrain';
select 1 / count(*) from country where country_code = 'BD' and name = 'Bangladesh';
select 1 / count(*) from country where country_code = 'BB' and name = 'Barbados';
select 1 / count(*) from country where country_code = 'BY' and name = 'Belarus';
select 1 / count(*) from country where country_code = 'BE' and name = 'Belgium';
select 1 / count(*) from country where country_code = 'PW' and name = 'Belau';
select 1 / count(*) from country where country_code = 'BZ' and name = 'Belize';
select 1 / count(*) from country where country_code = 'BJ' and name = 'Benin';
select 1 / count(*) from country where country_code = 'BM' and name = 'Bermuda';
select 1 / count(*) from country where country_code = 'BT' and name = 'Bhutan';
select 1 / count(*) from country where country_code = 'BO' and name = 'Bolivia';
select 1 / count(*) from country where country_code = 'BQ' and name = 'Bonaire, Saint Eustatius and Saba';
select 1 / count(*) from country where country_code = 'BA' and name = 'Bosnia and Herzegovina';
select 1 / count(*) from country where country_code = 'BW' and name = 'Botswana';
select 1 / count(*) from country where country_code = 'BV' and name = 'Bouvet Island';
select 1 / count(*) from country where country_code = 'BR' and name = 'Brazil';
select 1 / count(*) from country where country_code = 'IO' and name = 'British Indian Ocean Territory';
select 1 / count(*) from country where country_code = 'BN' and name = 'Brunei';
select 1 / count(*) from country where country_code = 'BG' and name = 'Bulgaria';
select 1 / count(*) from country where country_code = 'BF' and name = 'Burkina Faso';
select 1 / count(*) from country where country_code = 'BI' and name = 'Burundi';
select 1 / count(*) from country where country_code = 'KH' and name = 'Cambodia';
select 1 / count(*) from country where country_code = 'CM' and name = 'Cameroon';
select 1 / count(*) from country where country_code = 'CA' and name = 'Canada';
select 1 / count(*) from country where country_code = 'CV' and name = 'Cape Verde';
select 1 / count(*) from country where country_code = 'KY' and name = 'Cayman Islands';
select 1 / count(*) from country where country_code = 'CF' and name = 'Central African Republic';
select 1 / count(*) from country where country_code = 'TD' and name = 'Chad';
select 1 / count(*) from country where country_code = 'CL' and name = 'Chile';
select 1 / count(*) from country where country_code = 'CN' and name = 'China';
select 1 / count(*) from country where country_code = 'CX' and name = 'Christmas Island';
select 1 / count(*) from country where country_code = 'CC' and name = 'Cocos (Keeling) Islands';
select 1 / count(*) from country where country_code = 'CO' and name = 'Colombia';
select 1 / count(*) from country where country_code = 'KM' and name = 'Comoros';
select 1 / count(*) from country where country_code = 'CG' and name = 'Congo (Brazzaville)';
select 1 / count(*) from country where country_code = 'CD' and name = 'Congo (Kinshasa)';
select 1 / count(*) from country where country_code = 'CK' and name = 'Cook Islands';
select 1 / count(*) from country where country_code = 'CR' and name = 'Costa Rica';
select 1 / count(*) from country where country_code = 'HR' and name = 'Croatia';
select 1 / count(*) from country where country_code = 'CU' and name = 'Cuba';
select 1 / count(*) from country where country_code = 'CW' and name = 'Curaçao';
select 1 / count(*) from country where country_code = 'CY' and name = 'Cyprus';
select 1 / count(*) from country where country_code = 'CZ' and name = 'Czech Republic';
select 1 / count(*) from country where country_code = 'DK' and name = 'Denmark';
select 1 / count(*) from country where country_code = 'DJ' and name = 'Djibouti';
select 1 / count(*) from country where country_code = 'DM' and name = 'Dominica';
select 1 / count(*) from country where country_code = 'DO' and name = 'Dominican Republic';
select 1 / count(*) from country where country_code = 'EC' and name = 'Ecuador';
select 1 / count(*) from country where country_code = 'EG' and name = 'Egypt';
select 1 / count(*) from country where country_code = 'SV' and name = 'El Salvador';
select 1 / count(*) from country where country_code = 'GQ' and name = 'Equatorial Guinea';
select 1 / count(*) from country where country_code = 'ER' and name = 'Eritrea';
select 1 / count(*) from country where country_code = 'EE' and name = 'Estonia';
select 1 / count(*) from country where country_code = 'ET' and name = 'Ethiopia';
select 1 / count(*) from country where country_code = 'FK' and name = 'Falkland Islands';
select 1 / count(*) from country where country_code = 'FO' and name = 'Faroe Islands';
select 1 / count(*) from country where country_code = 'FJ' and name = 'Fiji';
select 1 / count(*) from country where country_code = 'FI' and name = 'Finland';
select 1 / count(*) from country where country_code = 'FR' and name = 'France';
select 1 / count(*) from country where country_code = 'GF' and name = 'French Guiana';
select 1 / count(*) from country where country_code = 'PF' and name = 'French Polynesia';
select 1 / count(*) from country where country_code = 'TF' and name = 'French Southern Territories';
select 1 / count(*) from country where country_code = 'GA' and name = 'Gabon';
select 1 / count(*) from country where country_code = 'GM' and name = 'Gambia';
select 1 / count(*) from country where country_code = 'GE' and name = 'Georgia';
select 1 / count(*) from country where country_code = 'DE' and name = 'Germany';
select 1 / count(*) from country where country_code = 'GH' and name = 'Ghana';
select 1 / count(*) from country where country_code = 'GI' and name = 'Gibraltar';
select 1 / count(*) from country where country_code = 'GR' and name = 'Greece';
select 1 / count(*) from country where country_code = 'GL' and name = 'Greenland';
select 1 / count(*) from country where country_code = 'GD' and name = 'Grenada';
select 1 / count(*) from country where country_code = 'GP' and name = 'Guadeloupe';
select 1 / count(*) from country where country_code = 'GU' and name = 'Guam';
select 1 / count(*) from country where country_code = 'GT' and name = 'Guatemala';
select 1 / count(*) from country where country_code = 'GG' and name = 'Guernsey';
select 1 / count(*) from country where country_code = 'GN' and name = 'Guinea';
select 1 / count(*) from country where country_code = 'GW' and name = 'Guinea-Bissau';
select 1 / count(*) from country where country_code = 'GY' and name = 'Guyana';
select 1 / count(*) from country where country_code = 'HT' and name = 'Haiti';
select 1 / count(*) from country where country_code = 'HM' and name = 'Heard Island and McDonald Islands';
select 1 / count(*) from country where country_code = 'HN' and name = 'Honduras';
select 1 / count(*) from country where country_code = 'HK' and name = 'Hong Kong';
select 1 / count(*) from country where country_code = 'HU' and name = 'Hungary';
select 1 / count(*) from country where country_code = 'IS' and name = 'Iceland';
select 1 / count(*) from country where country_code = 'IN' and name = 'India';
select 1 / count(*) from country where country_code = 'ID' and name = 'Indonesia';
select 1 / count(*) from country where country_code = 'IR' and name = 'Iran';
select 1 / count(*) from country where country_code = 'IQ' and name = 'Iraq';
select 1 / count(*) from country where country_code = 'IE' and name = 'Ireland';
select 1 / count(*) from country where country_code = 'IM' and name = 'Isle of Man';
select 1 / count(*) from country where country_code = 'IL' and name = 'Israel';
select 1 / count(*) from country where country_code = 'IT' and name = 'Italy';
select 1 / count(*) from country where country_code = 'CI' and name = 'Ivory Coast';
select 1 / count(*) from country where country_code = 'JM' and name = 'Jamaica';
select 1 / count(*) from country where country_code = 'JP' and name = 'Japan';
select 1 / count(*) from country where country_code = 'JE' and name = 'Jersey';
select 1 / count(*) from country where country_code = 'JO' and name = 'Jordan';
select 1 / count(*) from country where country_code = 'KZ' and name = 'Kazakhstan';
select 1 / count(*) from country where country_code = 'KE' and name = 'Kenya';
select 1 / count(*) from country where country_code = 'KI' and name = 'Kiribati';
select 1 / count(*) from country where country_code = 'KW' and name = 'Kuwait';
select 1 / count(*) from country where country_code = 'KG' and name = 'Kyrgyzstan';
select 1 / count(*) from country where country_code = 'LA' and name = 'Laos';
select 1 / count(*) from country where country_code = 'LV' and name = 'Latvia';
select 1 / count(*) from country where country_code = 'LB' and name = 'Lebanon';
select 1 / count(*) from country where country_code = 'LS' and name = 'Lesotho';
select 1 / count(*) from country where country_code = 'LR' and name = 'Liberia';
select 1 / count(*) from country where country_code = 'LY' and name = 'Libya';
select 1 / count(*) from country where country_code = 'LI' and name = 'Liechtenstein';
select 1 / count(*) from country where country_code = 'LT' and name = 'Lithuania';
select 1 / count(*) from country where country_code = 'LU' and name = 'Luxembourg';
select 1 / count(*) from country where country_code = 'MO' and name = 'Macao';
select 1 / count(*) from country where country_code = 'MK' and name = 'North Macedonia';
select 1 / count(*) from country where country_code = 'MG' and name = 'Madagascar';
select 1 / count(*) from country where country_code = 'MW' and name = 'Malawi';
select 1 / count(*) from country where country_code = 'MY' and name = 'Malaysia';
select 1 / count(*) from country where country_code = 'MV' and name = 'Maldives';
select 1 / count(*) from country where country_code = 'ML' and name = 'Mali';
select 1 / count(*) from country where country_code = 'MT' and name = 'Malta';
select 1 / count(*) from country where country_code = 'MH' and name = 'Marshall Islands';
select 1 / count(*) from country where country_code = 'MQ' and name = 'Martinique';
select 1 / count(*) from country where country_code = 'MR' and name = 'Mauritania';
select 1 / count(*) from country where country_code = 'MU' and name = 'Mauritius';
select 1 / count(*) from country where country_code = 'YT' and name = 'Mayotte';
select 1 / count(*) from country where country_code = 'MX' and name = 'Mexico';
select 1 / count(*) from country where country_code = 'FM' and name = 'Micronesia';
select 1 / count(*) from country where country_code = 'MD' and name = 'Moldova';
select 1 / count(*) from country where country_code = 'MC' and name = 'Monaco';
select 1 / count(*) from country where country_code = 'MN' and name = 'Mongolia';
select 1 / count(*) from country where country_code = 'ME' and name = 'Montenegro';
select 1 / count(*) from country where country_code = 'MS' and name = 'Montserrat';
select 1 / count(*) from country where country_code = 'MA' and name = 'Morocco';
select 1 / count(*) from country where country_code = 'MZ' and name = 'Mozambique';
select 1 / count(*) from country where country_code = 'MM' and name = 'Myanmar';
select 1 / count(*) from country where country_code = 'NA' and name = 'Namibia';
select 1 / count(*) from country where country_code = 'NR' and name = 'Nauru';
select 1 / count(*) from country where country_code = 'NP' and name = 'Nepal';
select 1 / count(*) from country where country_code = 'NL' and name = 'Netherlands';
select 1 / count(*) from country where country_code = 'NC' and name = 'New Caledonia';
select 1 / count(*) from country where country_code = 'NZ' and name = 'New Zealand';
select 1 / count(*) from country where country_code = 'NI' and name = 'Nicaragua';
select 1 / count(*) from country where country_code = 'NE' and name = 'Niger';
select 1 / count(*) from country where country_code = 'NG' and name = 'Nigeria';
select 1 / count(*) from country where country_code = 'NU' and name = 'Niue';
select 1 / count(*) from country where country_code = 'NF' and name = 'Norfolk Island';
select 1 / count(*) from country where country_code = 'MP' and name = 'Northern Mariana Islands';
select 1 / count(*) from country where country_code = 'KP' and name = 'North Korea';
select 1 / count(*) from country where country_code = 'NO' and name = 'Norway';
select 1 / count(*) from country where country_code = 'OM' and name = 'Oman';
select 1 / count(*) from country where country_code = 'PK' and name = 'Pakistan';
select 1 / count(*) from country where country_code = 'PS' and name = 'Palestinian Territory';
select 1 / count(*) from country where country_code = 'PA' and name = 'Panama';
select 1 / count(*) from country where country_code = 'PG' and name = 'Papua New Guinea';
select 1 / count(*) from country where country_code = 'PY' and name = 'Paraguay';
select 1 / count(*) from country where country_code = 'PE' and name = 'Peru';
select 1 / count(*) from country where country_code = 'PH' and name = 'Philippines';
select 1 / count(*) from country where country_code = 'PN' and name = 'Pitcairn';
select 1 / count(*) from country where country_code = 'PL' and name = 'Poland';
select 1 / count(*) from country where country_code = 'PT' and name = 'Portugal';
select 1 / count(*) from country where country_code = 'PR' and name = 'Puerto Rico';
select 1 / count(*) from country where country_code = 'QA' and name = 'Qatar';
select 1 / count(*) from country where country_code = 'RE' and name = 'Reunion';
select 1 / count(*) from country where country_code = 'RO' and name = 'Romania';
select 1 / count(*) from country where country_code = 'RU' and name = 'Russia';
select 1 / count(*) from country where country_code = 'RW' and name = 'Rwanda';
select 1 / count(*) from country where country_code = 'BL' and name = 'Saint Barthélemy';
select 1 / count(*) from country where country_code = 'SH' and name = 'Saint Helena';
select 1 / count(*) from country where country_code = 'KN' and name = 'Saint Kitts and Nevis';
select 1 / count(*) from country where country_code = 'LC' and name = 'Saint Lucia';
select 1 / count(*) from country where country_code = 'MF' and name = 'Saint Martin (French part)';
select 1 / count(*) from country where country_code = 'SX' and name = 'Saint Martin (Dutch part)';
select 1 / count(*) from country where country_code = 'PM' and name = 'Saint Pierre and Miquelon';
select 1 / count(*) from country where country_code = 'VC' and name = 'Saint Vincent and the Grenadines';
select 1 / count(*) from country where country_code = 'SM' and name = 'San Marino';
select 1 / count(*) from country where country_code = 'ST' and name = 'São Tomé and Príncipe';
select 1 / count(*) from country where country_code = 'SA' and name = 'Saudi Arabia';
select 1 / count(*) from country where country_code = 'SN' and name = 'Senegal';
select 1 / count(*) from country where country_code = 'RS' and name = 'Serbia';
select 1 / count(*) from country where country_code = 'SC' and name = 'Seychelles';
select 1 / count(*) from country where country_code = 'SL' and name = 'Sierra Leone';
select 1 / count(*) from country where country_code = 'SG' and name = 'Singapore';
select 1 / count(*) from country where country_code = 'SK' and name = 'Slovakia';
select 1 / count(*) from country where country_code = 'SI' and name = 'Slovenia';
select 1 / count(*) from country where country_code = 'SB' and name = 'Solomon Islands';
select 1 / count(*) from country where country_code = 'SO' and name = 'Somalia';
select 1 / count(*) from country where country_code = 'ZA' and name = 'South Africa';
select 1 / count(*) from country where country_code = 'GS' and name = 'South Georgia/Sandwich Islands';
select 1 / count(*) from country where country_code = 'KR' and name = 'South Korea';
select 1 / count(*) from country where country_code = 'SS' and name = 'South Sudan';
select 1 / count(*) from country where country_code = 'ES' and name = 'Spain';
select 1 / count(*) from country where country_code = 'LK' and name = 'Sri Lanka';
select 1 / count(*) from country where country_code = 'SD' and name = 'Sudan';
select 1 / count(*) from country where country_code = 'SR' and name = 'Suriname';
select 1 / count(*) from country where country_code = 'SJ' and name = 'Svalbard and Jan Mayen';
select 1 / count(*) from country where country_code = 'SZ' and name = 'Eswatini';
select 1 / count(*) from country where country_code = 'SE' and name = 'Sweden';
select 1 / count(*) from country where country_code = 'CH' and name = 'Switzerland';
select 1 / count(*) from country where country_code = 'SY' and name = 'Syria';
select 1 / count(*) from country where country_code = 'TW' and name = 'Taiwan';
select 1 / count(*) from country where country_code = 'TJ' and name = 'Tajikistan';
select 1 / count(*) from country where country_code = 'TZ' and name = 'Tanzania';
select 1 / count(*) from country where country_code = 'TH' and name = 'Thailand';
select 1 / count(*) from country where country_code = 'TL' and name = 'Timor-Leste';
select 1 / count(*) from country where country_code = 'TG' and name = 'Togo';
select 1 / count(*) from country where country_code = 'TK' and name = 'Tokelau';
select 1 / count(*) from country where country_code = 'TO' and name = 'Tonga';
select 1 / count(*) from country where country_code = 'TT' and name = 'Trinidad and Tobago';
select 1 / count(*) from country where country_code = 'TN' and name = 'Tunisia';
select 1 / count(*) from country where country_code = 'TR' and name = 'Turkey';
select 1 / count(*) from country where country_code = 'TM' and name = 'Turkmenistan';
select 1 / count(*) from country where country_code = 'TC' and name = 'Turks and Caicos Islands';
select 1 / count(*) from country where country_code = 'TV' and name = 'Tuvalu';
select 1 / count(*) from country where country_code = 'UG' and name = 'Uganda';
select 1 / count(*) from country where country_code = 'UA' and name = 'Ukraine';
select 1 / count(*) from country where country_code = 'AE' and name = 'United Arab Emirates';
select 1 / count(*) from country where country_code = 'GB' and name = 'United Kingdom (UK)';
select 1 / count(*) from country where country_code = 'US' and name = 'United States (US)';
select 1 / count(*) from country where country_code = 'UM' and name = 'United States (US) Minor Outlying Islands';
select 1 / count(*) from country where country_code = 'UY' and name = 'Uruguay';
select 1 / count(*) from country where country_code = 'UZ' and name = 'Uzbekistan';
select 1 / count(*) from country where country_code = 'VU' and name = 'Vanuatu';
select 1 / count(*) from country where country_code = 'VA' and name = 'Vatican';
select 1 / count(*) from country where country_code = 'VE' and name = 'Venezuela';
select 1 / count(*) from country where country_code = 'VN' and name = 'Vietnam';
select 1 / count(*) from country where country_code = 'VG' and name = 'Virgin Islands (British)';
select 1 / count(*) from country where country_code = 'VI' and name = 'Virgin Islands (US)';
select 1 / count(*) from country where country_code = 'WF' and name = 'Wallis and Futuna';
select 1 / count(*) from country where country_code = 'EH' and name = 'Western Sahara';
select 1 / count(*) from country where country_code = 'WS' and name = 'Samoa';
select 1 / count(*) from country where country_code = 'YE' and name = 'Yemen';
select 1 / count(*) from country where country_code = 'ZM' and name = 'Zambia';
select 1 / count(*) from country where country_code = 'ZW' and name = 'Zimbabwe';
select 1 / count(*) from country_i18n where country_code = 'AD' and lang_tag = 'ca' and name = 'Andorra';
select 1 / count(*) from country_i18n where country_code = 'AD' and lang_tag = 'es' and name = 'Andorra';
select 1 / count(*) from country_i18n where country_code = 'AE' and lang_tag = 'ca' and name = 'Emirats Àrabs Units';
select 1 / count(*) from country_i18n where country_code = 'AE' and lang_tag = 'es' and name = 'Emiratos Árabes Unidos';
select 1 / count(*) from country_i18n where country_code = 'AF' and lang_tag = 'ca' and name = 'Afganistan';
select 1 / count(*) from country_i18n where country_code = 'AF' and lang_tag = 'es' and name = 'Afganistán';
select 1 / count(*) from country_i18n where country_code = 'AG' and lang_tag = 'ca' and name = 'Antigua i Barbuda';
select 1 / count(*) from country_i18n where country_code = 'AG' and lang_tag = 'es' and name = 'Antigua y Barbuda';
select 1 / count(*) from country_i18n where country_code = 'AI' and lang_tag = 'ca' and name = 'Anguilla';
select 1 / count(*) from country_i18n where country_code = 'AI' and lang_tag = 'es' and name = 'Anguilla';
select 1 / count(*) from country_i18n where country_code = 'AL' and lang_tag = 'ca' and name = 'Albània';
select 1 / count(*) from country_i18n where country_code = 'AL' and lang_tag = 'es' and name = 'Albania';
select 1 / count(*) from country_i18n where country_code = 'AM' and lang_tag = 'ca' and name = 'Armènia';
select 1 / count(*) from country_i18n where country_code = 'AM' and lang_tag = 'es' and name = 'Armenia';
select 1 / count(*) from country_i18n where country_code = 'AO' and lang_tag = 'ca' and name = 'Angola';
select 1 / count(*) from country_i18n where country_code = 'AO' and lang_tag = 'es' and name = 'Angola';
select 1 / count(*) from country_i18n where country_code = 'AQ' and lang_tag = 'ca' and name = 'Antàrtida';
select 1 / count(*) from country_i18n where country_code = 'AQ' and lang_tag = 'es' and name = 'Antártida';
select 1 / count(*) from country_i18n where country_code = 'AR' and lang_tag = 'ca' and name = 'Argentina';
select 1 / count(*) from country_i18n where country_code = 'AR' and lang_tag = 'es' and name = 'Argentina';
select 1 / count(*) from country_i18n where country_code = 'AS' and lang_tag = 'ca' and name = 'Samoa Nord-americana';
select 1 / count(*) from country_i18n where country_code = 'AS' and lang_tag = 'es' and name = 'Samoa Americana';
select 1 / count(*) from country_i18n where country_code = 'AT' and lang_tag = 'ca' and name = 'Àustria';
select 1 / count(*) from country_i18n where country_code = 'AT' and lang_tag = 'es' and name = 'Austria';
select 1 / count(*) from country_i18n where country_code = 'AU' and lang_tag = 'ca' and name = 'Austràlia';
select 1 / count(*) from country_i18n where country_code = 'AU' and lang_tag = 'es' and name = 'Australia';
select 1 / count(*) from country_i18n where country_code = 'AW' and lang_tag = 'ca' and name = 'Aruba';
select 1 / count(*) from country_i18n where country_code = 'AW' and lang_tag = 'es' and name = 'Aruba';
select 1 / count(*) from country_i18n where country_code = 'AX' and lang_tag = 'ca' and name = 'Illes Åland';
select 1 / count(*) from country_i18n where country_code = 'AX' and lang_tag = 'es' and name = 'Islas Åland';
select 1 / count(*) from country_i18n where country_code = 'AZ' and lang_tag = 'ca' and name = 'Azerbaidjan';
select 1 / count(*) from country_i18n where country_code = 'AZ' and lang_tag = 'es' and name = 'Azerbaijan';
select 1 / count(*) from country_i18n where country_code = 'BA' and lang_tag = 'ca' and name = 'Bòsnia i Hercegovina';
select 1 / count(*) from country_i18n where country_code = 'BA' and lang_tag = 'es' and name = 'Bosnia y Herzegovina';
select 1 / count(*) from country_i18n where country_code = 'BB' and lang_tag = 'ca' and name = 'Barbados';
select 1 / count(*) from country_i18n where country_code = 'BB' and lang_tag = 'es' and name = 'Barbados';
select 1 / count(*) from country_i18n where country_code = 'BD' and lang_tag = 'ca' and name = 'Bangladesh';
select 1 / count(*) from country_i18n where country_code = 'BD' and lang_tag = 'es' and name = 'Bangladesh';
select 1 / count(*) from country_i18n where country_code = 'BE' and lang_tag = 'ca' and name = 'Bèlgica';
select 1 / count(*) from country_i18n where country_code = 'BE' and lang_tag = 'es' and name = 'Bélgica';
select 1 / count(*) from country_i18n where country_code = 'BF' and lang_tag = 'ca' and name = 'Burkina Fasso';
select 1 / count(*) from country_i18n where country_code = 'BF' and lang_tag = 'es' and name = 'Burkina Faso';
select 1 / count(*) from country_i18n where country_code = 'BG' and lang_tag = 'ca' and name = 'Bulgària';
select 1 / count(*) from country_i18n where country_code = 'BG' and lang_tag = 'es' and name = 'Bulgaria';
select 1 / count(*) from country_i18n where country_code = 'BH' and lang_tag = 'ca' and name = 'Bahrain';
select 1 / count(*) from country_i18n where country_code = 'BH' and lang_tag = 'es' and name = 'Bahrain';
select 1 / count(*) from country_i18n where country_code = 'BI' and lang_tag = 'ca' and name = 'Burundi';
select 1 / count(*) from country_i18n where country_code = 'BI' and lang_tag = 'es' and name = 'Burundi';
select 1 / count(*) from country_i18n where country_code = 'BJ' and lang_tag = 'ca' and name = 'Benín';
select 1 / count(*) from country_i18n where country_code = 'BJ' and lang_tag = 'es' and name = 'Benin';
select 1 / count(*) from country_i18n where country_code = 'BL' and lang_tag = 'ca' and name = 'Saint-Barthélemy';
select 1 / count(*) from country_i18n where country_code = 'BL' and lang_tag = 'es' and name = 'San Bartolomé';
select 1 / count(*) from country_i18n where country_code = 'BM' and lang_tag = 'ca' and name = 'Bermuda';
select 1 / count(*) from country_i18n where country_code = 'BM' and lang_tag = 'es' and name = 'Bermuda';
select 1 / count(*) from country_i18n where country_code = 'BN' and lang_tag = 'ca' and name = 'Brunei';
select 1 / count(*) from country_i18n where country_code = 'BN' and lang_tag = 'es' and name = 'Brunéi';
select 1 / count(*) from country_i18n where country_code = 'BO' and lang_tag = 'ca' and name = 'Bolívia';
select 1 / count(*) from country_i18n where country_code = 'BO' and lang_tag = 'es' and name = 'Bolivia';
select 1 / count(*) from country_i18n where country_code = 'BQ' and lang_tag = 'ca' and name = 'Bonaire, Saint Eustatius and Saba';
select 1 / count(*) from country_i18n where country_code = 'BQ' and lang_tag = 'es' and name = 'Bonaire, San Eustaquio y Saba';
select 1 / count(*) from country_i18n where country_code = 'BR' and lang_tag = 'ca' and name = 'Brasil';
select 1 / count(*) from country_i18n where country_code = 'BR' and lang_tag = 'es' and name = 'Brasil';
select 1 / count(*) from country_i18n where country_code = 'BS' and lang_tag = 'ca' and name = 'Bahames';
select 1 / count(*) from country_i18n where country_code = 'BS' and lang_tag = 'es' and name = 'Bahamas';
select 1 / count(*) from country_i18n where country_code = 'BT' and lang_tag = 'ca' and name = 'Bhutan';
select 1 / count(*) from country_i18n where country_code = 'BT' and lang_tag = 'es' and name = 'Bhutan';
select 1 / count(*) from country_i18n where country_code = 'BV' and lang_tag = 'ca' and name = 'Illa Bouvet';
select 1 / count(*) from country_i18n where country_code = 'BV' and lang_tag = 'es' and name = 'Isla Bouvet';
select 1 / count(*) from country_i18n where country_code = 'BW' and lang_tag = 'ca' and name = 'Botswana';
select 1 / count(*) from country_i18n where country_code = 'BW' and lang_tag = 'es' and name = 'Botswana';
select 1 / count(*) from country_i18n where country_code = 'BY' and lang_tag = 'ca' and name = 'Bielorússia';
select 1 / count(*) from country_i18n where country_code = 'BY' and lang_tag = 'es' and name = 'Bielorrusia';
select 1 / count(*) from country_i18n where country_code = 'BZ' and lang_tag = 'ca' and name = 'Belize';
select 1 / count(*) from country_i18n where country_code = 'BZ' and lang_tag = 'es' and name = 'Belize';
select 1 / count(*) from country_i18n where country_code = 'CA' and lang_tag = 'ca' and name = 'Canadà';
select 1 / count(*) from country_i18n where country_code = 'CA' and lang_tag = 'es' and name = 'Canadá';
select 1 / count(*) from country_i18n where country_code = 'CC' and lang_tag = 'ca' and name = 'Illes Cocos (Keeling)';
select 1 / count(*) from country_i18n where country_code = 'CC' and lang_tag = 'es' and name = 'Islas Cocos';
select 1 / count(*) from country_i18n where country_code = 'CD' and lang_tag = 'ca' and name = 'Congo (Kinshasa)';
select 1 / count(*) from country_i18n where country_code = 'CD' and lang_tag = 'es' and name = 'Congo (Kinshasa)';
select 1 / count(*) from country_i18n where country_code = 'CF' and lang_tag = 'ca' and name = 'República Centreafricana';
select 1 / count(*) from country_i18n where country_code = 'CF' and lang_tag = 'es' and name = 'República Centroafricana';
select 1 / count(*) from country_i18n where country_code = 'CG' and lang_tag = 'ca' and name = 'Congo (Brazzaville)';
select 1 / count(*) from country_i18n where country_code = 'CG' and lang_tag = 'es' and name = 'Congo (Brazzaville)';
select 1 / count(*) from country_i18n where country_code = 'CH' and lang_tag = 'ca' and name = 'Suïssa';
select 1 / count(*) from country_i18n where country_code = 'CH' and lang_tag = 'es' and name = 'Suiza';
select 1 / count(*) from country_i18n where country_code = 'CI' and lang_tag = 'ca' and name = 'Costa dIvori';
select 1 / count(*) from country_i18n where country_code = 'CI' and lang_tag = 'es' and name = 'Costa de Marfil';
select 1 / count(*) from country_i18n where country_code = 'CK' and lang_tag = 'ca' and name = 'Illes Cook';
select 1 / count(*) from country_i18n where country_code = 'CK' and lang_tag = 'es' and name = 'Islas Cook';
select 1 / count(*) from country_i18n where country_code = 'CL' and lang_tag = 'ca' and name = 'Xile';
select 1 / count(*) from country_i18n where country_code = 'CL' and lang_tag = 'es' and name = 'Chile';
select 1 / count(*) from country_i18n where country_code = 'CM' and lang_tag = 'ca' and name = 'Camerun';
select 1 / count(*) from country_i18n where country_code = 'CM' and lang_tag = 'es' and name = 'Camerún';
select 1 / count(*) from country_i18n where country_code = 'CN' and lang_tag = 'ca' and name = 'Xina';
select 1 / count(*) from country_i18n where country_code = 'CN' and lang_tag = 'es' and name = 'China';
select 1 / count(*) from country_i18n where country_code = 'CO' and lang_tag = 'ca' and name = 'Colòmbia';
select 1 / count(*) from country_i18n where country_code = 'CO' and lang_tag = 'es' and name = 'Colombia';
select 1 / count(*) from country_i18n where country_code = 'CR' and lang_tag = 'ca' and name = 'Costa Rica';
select 1 / count(*) from country_i18n where country_code = 'CR' and lang_tag = 'es' and name = 'Costa Rica';
select 1 / count(*) from country_i18n where country_code = 'CU' and lang_tag = 'ca' and name = 'Cuba';
select 1 / count(*) from country_i18n where country_code = 'CU' and lang_tag = 'es' and name = 'Cuba';
select 1 / count(*) from country_i18n where country_code = 'CV' and lang_tag = 'ca' and name = 'Cap Verd';
select 1 / count(*) from country_i18n where country_code = 'CV' and lang_tag = 'es' and name = 'Cabo Verde';
select 1 / count(*) from country_i18n where country_code = 'CW' and lang_tag = 'ca' and name = 'Curaçao';
select 1 / count(*) from country_i18n where country_code = 'CW' and lang_tag = 'es' and name = 'Curaçao';
select 1 / count(*) from country_i18n where country_code = 'CX' and lang_tag = 'ca' and name = 'Illa Christmas';
select 1 / count(*) from country_i18n where country_code = 'CX' and lang_tag = 'es' and name = 'Isla de Navidad';
select 1 / count(*) from country_i18n where country_code = 'CY' and lang_tag = 'ca' and name = 'Xipre';
select 1 / count(*) from country_i18n where country_code = 'CY' and lang_tag = 'es' and name = 'Chipre';
select 1 / count(*) from country_i18n where country_code = 'CZ' and lang_tag = 'ca' and name = 'República Txeca';
select 1 / count(*) from country_i18n where country_code = 'CZ' and lang_tag = 'es' and name = 'República Checa';
select 1 / count(*) from country_i18n where country_code = 'DE' and lang_tag = 'ca' and name = 'Alemanya';
select 1 / count(*) from country_i18n where country_code = 'DE' and lang_tag = 'es' and name = 'Alemania';
select 1 / count(*) from country_i18n where country_code = 'DJ' and lang_tag = 'ca' and name = 'Djibouti';
select 1 / count(*) from country_i18n where country_code = 'DJ' and lang_tag = 'es' and name = 'Djibouti';
select 1 / count(*) from country_i18n where country_code = 'DK' and lang_tag = 'ca' and name = 'Dinamarca';
select 1 / count(*) from country_i18n where country_code = 'DK' and lang_tag = 'es' and name = 'Dinamarca';
select 1 / count(*) from country_i18n where country_code = 'DM' and lang_tag = 'ca' and name = 'Dominica';
select 1 / count(*) from country_i18n where country_code = 'DM' and lang_tag = 'es' and name = 'Dominica';
select 1 / count(*) from country_i18n where country_code = 'DO' and lang_tag = 'ca' and name = 'República Dominicana';
select 1 / count(*) from country_i18n where country_code = 'DO' and lang_tag = 'es' and name = 'República Dominicana';
select 1 / count(*) from country_i18n where country_code = 'DZ' and lang_tag = 'ca' and name = 'Algèria';
select 1 / count(*) from country_i18n where country_code = 'DZ' and lang_tag = 'es' and name = 'Argelia';
select 1 / count(*) from country_i18n where country_code = 'EC' and lang_tag = 'ca' and name = 'Equador';
select 1 / count(*) from country_i18n where country_code = 'EC' and lang_tag = 'es' and name = 'Ecuador';
select 1 / count(*) from country_i18n where country_code = 'EE' and lang_tag = 'ca' and name = 'Estònia';
select 1 / count(*) from country_i18n where country_code = 'EE' and lang_tag = 'es' and name = 'Estonia';
select 1 / count(*) from country_i18n where country_code = 'EG' and lang_tag = 'ca' and name = 'Egipte';
select 1 / count(*) from country_i18n where country_code = 'EG' and lang_tag = 'es' and name = 'Egipto';
select 1 / count(*) from country_i18n where country_code = 'EH' and lang_tag = 'ca' and name = 'Sàhara Occidental';
select 1 / count(*) from country_i18n where country_code = 'EH' and lang_tag = 'es' and name = 'Sahara Occidental';
select 1 / count(*) from country_i18n where country_code = 'ER' and lang_tag = 'ca' and name = 'Eritrea';
select 1 / count(*) from country_i18n where country_code = 'ER' and lang_tag = 'es' and name = 'Eritrea';
select 1 / count(*) from country_i18n where country_code = 'ES' and lang_tag = 'ca' and name = 'Espanya';
select 1 / count(*) from country_i18n where country_code = 'ES' and lang_tag = 'es' and name = 'España';
select 1 / count(*) from country_i18n where country_code = 'ET' and lang_tag = 'ca' and name = 'Etiòpia';
select 1 / count(*) from country_i18n where country_code = 'ET' and lang_tag = 'es' and name = 'Etiopía';
select 1 / count(*) from country_i18n where country_code = 'FI' and lang_tag = 'ca' and name = 'Finlàndia';
select 1 / count(*) from country_i18n where country_code = 'FI' and lang_tag = 'es' and name = 'Finlandia';
select 1 / count(*) from country_i18n where country_code = 'FJ' and lang_tag = 'ca' and name = 'Fiji';
select 1 / count(*) from country_i18n where country_code = 'FJ' and lang_tag = 'es' and name = 'Fiyi';
select 1 / count(*) from country_i18n where country_code = 'FK' and lang_tag = 'ca' and name = 'Illes Falkland';
select 1 / count(*) from country_i18n where country_code = 'FK' and lang_tag = 'es' and name = 'Islas Malvinas';
select 1 / count(*) from country_i18n where country_code = 'FM' and lang_tag = 'ca' and name = 'Micronèsia';
select 1 / count(*) from country_i18n where country_code = 'FM' and lang_tag = 'es' and name = 'Micronesia';
select 1 / count(*) from country_i18n where country_code = 'FO' and lang_tag = 'ca' and name = 'Illes Faroe';
select 1 / count(*) from country_i18n where country_code = 'FO' and lang_tag = 'es' and name = 'Islas Feroe';
select 1 / count(*) from country_i18n where country_code = 'FR' and lang_tag = 'ca' and name = 'França';
select 1 / count(*) from country_i18n where country_code = 'FR' and lang_tag = 'es' and name = 'Francia';
select 1 / count(*) from country_i18n where country_code = 'GA' and lang_tag = 'ca' and name = 'Gabon';
select 1 / count(*) from country_i18n where country_code = 'GA' and lang_tag = 'es' and name = 'Gabón';
select 1 / count(*) from country_i18n where country_code = 'GB' and lang_tag = 'ca' and name = 'Regne Unit (UK)';
select 1 / count(*) from country_i18n where country_code = 'GB' and lang_tag = 'es' and name = 'Reino Unido (UK)';
select 1 / count(*) from country_i18n where country_code = 'GD' and lang_tag = 'ca' and name = 'Grenada';
select 1 / count(*) from country_i18n where country_code = 'GD' and lang_tag = 'es' and name = 'Granada';
select 1 / count(*) from country_i18n where country_code = 'GE' and lang_tag = 'ca' and name = 'Geòrgia';
select 1 / count(*) from country_i18n where country_code = 'GE' and lang_tag = 'es' and name = 'Georgia';
select 1 / count(*) from country_i18n where country_code = 'GF' and lang_tag = 'ca' and name = 'Guaiana Francesa';
select 1 / count(*) from country_i18n where country_code = 'GF' and lang_tag = 'es' and name = 'Guayana Francesa';
select 1 / count(*) from country_i18n where country_code = 'GG' and lang_tag = 'ca' and name = 'Guernsey';
select 1 / count(*) from country_i18n where country_code = 'GG' and lang_tag = 'es' and name = 'Guernsey';
select 1 / count(*) from country_i18n where country_code = 'GH' and lang_tag = 'ca' and name = 'Ghana';
select 1 / count(*) from country_i18n where country_code = 'GH' and lang_tag = 'es' and name = 'Ghana';
select 1 / count(*) from country_i18n where country_code = 'GI' and lang_tag = 'ca' and name = 'Gibraltar';
select 1 / count(*) from country_i18n where country_code = 'GI' and lang_tag = 'es' and name = 'Gibraltar';
select 1 / count(*) from country_i18n where country_code = 'GL' and lang_tag = 'ca' and name = 'Groenlàndia';
select 1 / count(*) from country_i18n where country_code = 'GL' and lang_tag = 'es' and name = 'Groenlandia';
select 1 / count(*) from country_i18n where country_code = 'GM' and lang_tag = 'ca' and name = 'Gàmbia';
select 1 / count(*) from country_i18n where country_code = 'GM' and lang_tag = 'es' and name = 'Gambia';
select 1 / count(*) from country_i18n where country_code = 'GN' and lang_tag = 'ca' and name = 'Guinea';
select 1 / count(*) from country_i18n where country_code = 'GN' and lang_tag = 'es' and name = 'Guinea';
select 1 / count(*) from country_i18n where country_code = 'GP' and lang_tag = 'ca' and name = 'Guadalupe';
select 1 / count(*) from country_i18n where country_code = 'GP' and lang_tag = 'es' and name = 'Guadalupe';
select 1 / count(*) from country_i18n where country_code = 'GQ' and lang_tag = 'ca' and name = 'Guinea Equatorial';
select 1 / count(*) from country_i18n where country_code = 'GQ' and lang_tag = 'es' and name = 'Guinea Ecuatorial';
select 1 / count(*) from country_i18n where country_code = 'GR' and lang_tag = 'ca' and name = 'Grècia';
select 1 / count(*) from country_i18n where country_code = 'GR' and lang_tag = 'es' and name = 'Grecia';
select 1 / count(*) from country_i18n where country_code = 'GS' and lang_tag = 'ca' and name = 'Illes Geòrgia del Sud i Sandwich del Sud';
select 1 / count(*) from country_i18n where country_code = 'GS' and lang_tag = 'es' and name = 'Islas Georgias y Sandwich del Sur';
select 1 / count(*) from country_i18n where country_code = 'GT' and lang_tag = 'ca' and name = 'Guatemala';
select 1 / count(*) from country_i18n where country_code = 'GT' and lang_tag = 'es' and name = 'Guatemala';
select 1 / count(*) from country_i18n where country_code = 'GU' and lang_tag = 'ca' and name = 'Guam';
select 1 / count(*) from country_i18n where country_code = 'GU' and lang_tag = 'es' and name = 'Guam';
select 1 / count(*) from country_i18n where country_code = 'GW' and lang_tag = 'ca' and name = 'Guinea Bissau';
select 1 / count(*) from country_i18n where country_code = 'GW' and lang_tag = 'es' and name = 'Guinea-Bisáu';
select 1 / count(*) from country_i18n where country_code = 'GY' and lang_tag = 'ca' and name = 'Guyana';
select 1 / count(*) from country_i18n where country_code = 'GY' and lang_tag = 'es' and name = 'Guyana';
select 1 / count(*) from country_i18n where country_code = 'HK' and lang_tag = 'ca' and name = 'Hong Kong';
select 1 / count(*) from country_i18n where country_code = 'HK' and lang_tag = 'es' and name = 'Hong Kong';
select 1 / count(*) from country_i18n where country_code = 'HM' and lang_tag = 'ca' and name = 'Illes Heard i McDonald';
select 1 / count(*) from country_i18n where country_code = 'HM' and lang_tag = 'es' and name = 'Islas Heard y McDonald';
select 1 / count(*) from country_i18n where country_code = 'HN' and lang_tag = 'ca' and name = 'Hondures';
select 1 / count(*) from country_i18n where country_code = 'HN' and lang_tag = 'es' and name = 'Honduras';
select 1 / count(*) from country_i18n where country_code = 'HR' and lang_tag = 'ca' and name = 'Croàcia';
select 1 / count(*) from country_i18n where country_code = 'HR' and lang_tag = 'es' and name = 'Croacia';
select 1 / count(*) from country_i18n where country_code = 'HT' and lang_tag = 'ca' and name = 'Haití';
select 1 / count(*) from country_i18n where country_code = 'HT' and lang_tag = 'es' and name = 'Haití';
select 1 / count(*) from country_i18n where country_code = 'HU' and lang_tag = 'ca' and name = 'Hongria';
select 1 / count(*) from country_i18n where country_code = 'HU' and lang_tag = 'es' and name = 'Hungría';
select 1 / count(*) from country_i18n where country_code = 'ID' and lang_tag = 'ca' and name = 'Indonèsia';
select 1 / count(*) from country_i18n where country_code = 'ID' and lang_tag = 'es' and name = 'Indonesia';
select 1 / count(*) from country_i18n where country_code = 'IE' and lang_tag = 'ca' and name = 'Irlanda';
select 1 / count(*) from country_i18n where country_code = 'IE' and lang_tag = 'es' and name = 'Irlanda';
select 1 / count(*) from country_i18n where country_code = 'IL' and lang_tag = 'ca' and name = 'Israel';
select 1 / count(*) from country_i18n where country_code = 'IL' and lang_tag = 'es' and name = 'Israel';
select 1 / count(*) from country_i18n where country_code = 'IM' and lang_tag = 'ca' and name = 'Illa de Man';
select 1 / count(*) from country_i18n where country_code = 'IM' and lang_tag = 'es' and name = 'Isla de Man';
select 1 / count(*) from country_i18n where country_code = 'IN' and lang_tag = 'ca' and name = 'Índia';
select 1 / count(*) from country_i18n where country_code = 'IN' and lang_tag = 'es' and name = 'India';
select 1 / count(*) from country_i18n where country_code = 'IO' and lang_tag = 'ca' and name = 'Territori Britànic de lOceà Índic';
select 1 / count(*) from country_i18n where country_code = 'IO' and lang_tag = 'es' and name = 'Territorio Británico del Océano Índico';
select 1 / count(*) from country_i18n where country_code = 'IQ' and lang_tag = 'ca' and name = 'Iraq';
select 1 / count(*) from country_i18n where country_code = 'IQ' and lang_tag = 'es' and name = 'Irak';
select 1 / count(*) from country_i18n where country_code = 'IR' and lang_tag = 'ca' and name = 'Iran';
select 1 / count(*) from country_i18n where country_code = 'IR' and lang_tag = 'es' and name = 'Irán';
select 1 / count(*) from country_i18n where country_code = 'IS' and lang_tag = 'ca' and name = 'Islàndia';
select 1 / count(*) from country_i18n where country_code = 'IS' and lang_tag = 'es' and name = 'Islandia';
select 1 / count(*) from country_i18n where country_code = 'IT' and lang_tag = 'ca' and name = 'Itàlia';
select 1 / count(*) from country_i18n where country_code = 'IT' and lang_tag = 'es' and name = 'Italia';
select 1 / count(*) from country_i18n where country_code = 'JE' and lang_tag = 'ca' and name = 'Jersey';
select 1 / count(*) from country_i18n where country_code = 'JE' and lang_tag = 'es' and name = 'Jersey';
select 1 / count(*) from country_i18n where country_code = 'JM' and lang_tag = 'ca' and name = 'Jamaica';
select 1 / count(*) from country_i18n where country_code = 'JM' and lang_tag = 'es' and name = 'Jamaica';
select 1 / count(*) from country_i18n where country_code = 'JO' and lang_tag = 'ca' and name = 'Jordània';
select 1 / count(*) from country_i18n where country_code = 'JO' and lang_tag = 'es' and name = 'Jordania';
select 1 / count(*) from country_i18n where country_code = 'JP' and lang_tag = 'ca' and name = 'Japó';
select 1 / count(*) from country_i18n where country_code = 'JP' and lang_tag = 'es' and name = 'Japón';
select 1 / count(*) from country_i18n where country_code = 'KE' and lang_tag = 'ca' and name = 'Kenya';
select 1 / count(*) from country_i18n where country_code = 'KE' and lang_tag = 'es' and name = 'Kenia';
select 1 / count(*) from country_i18n where country_code = 'KG' and lang_tag = 'ca' and name = 'Kirguizistan';
select 1 / count(*) from country_i18n where country_code = 'KG' and lang_tag = 'es' and name = 'Kirguistán';
select 1 / count(*) from country_i18n where country_code = 'KH' and lang_tag = 'ca' and name = 'Cambodja';
select 1 / count(*) from country_i18n where country_code = 'KH' and lang_tag = 'es' and name = 'Camboya';
select 1 / count(*) from country_i18n where country_code = 'KI' and lang_tag = 'ca' and name = 'Kiribati';
select 1 / count(*) from country_i18n where country_code = 'KI' and lang_tag = 'es' and name = 'Kiribati';
select 1 / count(*) from country_i18n where country_code = 'KM' and lang_tag = 'ca' and name = 'Comores';
select 1 / count(*) from country_i18n where country_code = 'KM' and lang_tag = 'es' and name = 'Comoras';
select 1 / count(*) from country_i18n where country_code = 'KN' and lang_tag = 'ca' and name = 'Saint Kitts i Nevis';
select 1 / count(*) from country_i18n where country_code = 'KN' and lang_tag = 'es' and name = 'San Cristóbal y Nieves';
select 1 / count(*) from country_i18n where country_code = 'KP' and lang_tag = 'ca' and name = 'Corea del Nord';
select 1 / count(*) from country_i18n where country_code = 'KP' and lang_tag = 'es' and name = 'Corea del Norte';
select 1 / count(*) from country_i18n where country_code = 'KR' and lang_tag = 'ca' and name = 'Corea del Sud';
select 1 / count(*) from country_i18n where country_code = 'KR' and lang_tag = 'es' and name = 'Corea del Sur';
select 1 / count(*) from country_i18n where country_code = 'KW' and lang_tag = 'ca' and name = 'Kuwait';
select 1 / count(*) from country_i18n where country_code = 'KW' and lang_tag = 'es' and name = 'Kuwait';
select 1 / count(*) from country_i18n where country_code = 'KY' and lang_tag = 'ca' and name = 'Illes Caiman';
select 1 / count(*) from country_i18n where country_code = 'KY' and lang_tag = 'es' and name = 'Islas Caimán';
select 1 / count(*) from country_i18n where country_code = 'KZ' and lang_tag = 'ca' and name = 'Kazakhstan';
select 1 / count(*) from country_i18n where country_code = 'KZ' and lang_tag = 'es' and name = 'Kazajistán';
select 1 / count(*) from country_i18n where country_code = 'LA' and lang_tag = 'ca' and name = 'Laos';
select 1 / count(*) from country_i18n where country_code = 'LA' and lang_tag = 'es' and name = 'Laos';
select 1 / count(*) from country_i18n where country_code = 'LB' and lang_tag = 'ca' and name = 'Líban';
select 1 / count(*) from country_i18n where country_code = 'LB' and lang_tag = 'es' and name = 'Líbano';
select 1 / count(*) from country_i18n where country_code = 'LC' and lang_tag = 'ca' and name = 'Saint Lucia';
select 1 / count(*) from country_i18n where country_code = 'LC' and lang_tag = 'es' and name = 'Santa Lucía';
select 1 / count(*) from country_i18n where country_code = 'LI' and lang_tag = 'ca' and name = 'Liechtenstein';
select 1 / count(*) from country_i18n where country_code = 'LI' and lang_tag = 'es' and name = 'Liechtenstein';
select 1 / count(*) from country_i18n where country_code = 'LK' and lang_tag = 'ca' and name = 'Sri Lanka';
select 1 / count(*) from country_i18n where country_code = 'LK' and lang_tag = 'es' and name = 'Sri Lanka';
select 1 / count(*) from country_i18n where country_code = 'LR' and lang_tag = 'ca' and name = 'Libèria';
select 1 / count(*) from country_i18n where country_code = 'LR' and lang_tag = 'es' and name = 'Liberia';
select 1 / count(*) from country_i18n where country_code = 'LS' and lang_tag = 'ca' and name = 'Lesotho';
select 1 / count(*) from country_i18n where country_code = 'LS' and lang_tag = 'es' and name = 'Lesoto';
select 1 / count(*) from country_i18n where country_code = 'LT' and lang_tag = 'ca' and name = 'Lituània';
select 1 / count(*) from country_i18n where country_code = 'LT' and lang_tag = 'es' and name = 'Lituania';
select 1 / count(*) from country_i18n where country_code = 'LU' and lang_tag = 'ca' and name = 'Luxemburg';
select 1 / count(*) from country_i18n where country_code = 'LU' and lang_tag = 'es' and name = 'Luxemburgo';
select 1 / count(*) from country_i18n where country_code = 'LV' and lang_tag = 'ca' and name = 'Letònia';
select 1 / count(*) from country_i18n where country_code = 'LV' and lang_tag = 'es' and name = 'Letonia';
select 1 / count(*) from country_i18n where country_code = 'LY' and lang_tag = 'ca' and name = 'Líbia';
select 1 / count(*) from country_i18n where country_code = 'LY' and lang_tag = 'es' and name = 'Libia';
select 1 / count(*) from country_i18n where country_code = 'MA' and lang_tag = 'ca' and name = 'Marroc';
select 1 / count(*) from country_i18n where country_code = 'MA' and lang_tag = 'es' and name = 'Marruecos';
select 1 / count(*) from country_i18n where country_code = 'MC' and lang_tag = 'ca' and name = 'Mònaco';
select 1 / count(*) from country_i18n where country_code = 'MC' and lang_tag = 'es' and name = 'Mónaco';
select 1 / count(*) from country_i18n where country_code = 'MD' and lang_tag = 'ca' and name = 'Moldàvia';
select 1 / count(*) from country_i18n where country_code = 'MD' and lang_tag = 'es' and name = 'Moldavia';
select 1 / count(*) from country_i18n where country_code = 'ME' and lang_tag = 'ca' and name = 'Montenegro';
select 1 / count(*) from country_i18n where country_code = 'ME' and lang_tag = 'es' and name = 'Montenegro';
select 1 / count(*) from country_i18n where country_code = 'MF' and lang_tag = 'ca' and name = 'Saint Martin (part francesa)';
select 1 / count(*) from country_i18n where country_code = 'MF' and lang_tag = 'es' and name = 'San Martín (parte de Francia)';
select 1 / count(*) from country_i18n where country_code = 'MG' and lang_tag = 'ca' and name = 'Madagascar';
select 1 / count(*) from country_i18n where country_code = 'MG' and lang_tag = 'es' and name = 'Madagascar';
select 1 / count(*) from country_i18n where country_code = 'MH' and lang_tag = 'ca' and name = 'Illes Marshall';
select 1 / count(*) from country_i18n where country_code = 'MH' and lang_tag = 'es' and name = 'Islas Marshall';
select 1 / count(*) from country_i18n where country_code = 'MK' and lang_tag = 'ca' and name = 'Macedònia del Nord';
select 1 / count(*) from country_i18n where country_code = 'MK' and lang_tag = 'es' and name = 'Macedonia del Norte';
select 1 / count(*) from country_i18n where country_code = 'ML' and lang_tag = 'ca' and name = 'Mali';
select 1 / count(*) from country_i18n where country_code = 'ML' and lang_tag = 'es' and name = 'Malí';
select 1 / count(*) from country_i18n where country_code = 'MM' and lang_tag = 'ca' and name = 'Myanmar';
select 1 / count(*) from country_i18n where country_code = 'MM' and lang_tag = 'es' and name = 'Birmania';
select 1 / count(*) from country_i18n where country_code = 'MN' and lang_tag = 'ca' and name = 'Mongòlia';
select 1 / count(*) from country_i18n where country_code = 'MN' and lang_tag = 'es' and name = 'Mongolia';
select 1 / count(*) from country_i18n where country_code = 'MO' and lang_tag = 'ca' and name = 'Macau';
select 1 / count(*) from country_i18n where country_code = 'MO' and lang_tag = 'es' and name = 'Macao';
select 1 / count(*) from country_i18n where country_code = 'MP' and lang_tag = 'ca' and name = 'Illes Mariannes Septentrionals';
select 1 / count(*) from country_i18n where country_code = 'MP' and lang_tag = 'es' and name = 'Islas Marianas del Norte';
select 1 / count(*) from country_i18n where country_code = 'MQ' and lang_tag = 'ca' and name = 'Martinica';
select 1 / count(*) from country_i18n where country_code = 'MQ' and lang_tag = 'es' and name = 'Martinica';
select 1 / count(*) from country_i18n where country_code = 'MR' and lang_tag = 'ca' and name = 'Mauritània';
select 1 / count(*) from country_i18n where country_code = 'MR' and lang_tag = 'es' and name = 'Mauritania';
select 1 / count(*) from country_i18n where country_code = 'MS' and lang_tag = 'ca' and name = 'Montserrat';
select 1 / count(*) from country_i18n where country_code = 'MS' and lang_tag = 'es' and name = 'Montserrat';
select 1 / count(*) from country_i18n where country_code = 'MT' and lang_tag = 'ca' and name = 'Malta';
select 1 / count(*) from country_i18n where country_code = 'MT' and lang_tag = 'es' and name = 'Malta';
select 1 / count(*) from country_i18n where country_code = 'MU' and lang_tag = 'ca' and name = 'Maurici';
select 1 / count(*) from country_i18n where country_code = 'MU' and lang_tag = 'es' and name = 'Mauricio';
select 1 / count(*) from country_i18n where country_code = 'MV' and lang_tag = 'ca' and name = 'Maldives';
select 1 / count(*) from country_i18n where country_code = 'MV' and lang_tag = 'es' and name = 'Maldivas';
select 1 / count(*) from country_i18n where country_code = 'MW' and lang_tag = 'ca' and name = 'Malawi';
select 1 / count(*) from country_i18n where country_code = 'MW' and lang_tag = 'es' and name = 'Malaui';
select 1 / count(*) from country_i18n where country_code = 'MX' and lang_tag = 'ca' and name = 'Mèxic';
select 1 / count(*) from country_i18n where country_code = 'MX' and lang_tag = 'es' and name = 'México';
select 1 / count(*) from country_i18n where country_code = 'MY' and lang_tag = 'ca' and name = 'Malàisia';
select 1 / count(*) from country_i18n where country_code = 'MY' and lang_tag = 'es' and name = 'Malasia';
select 1 / count(*) from country_i18n where country_code = 'MZ' and lang_tag = 'ca' and name = 'Moçambic';
select 1 / count(*) from country_i18n where country_code = 'MZ' and lang_tag = 'es' and name = 'Mozambique';
select 1 / count(*) from country_i18n where country_code = 'NA' and lang_tag = 'ca' and name = 'Namíbia';
select 1 / count(*) from country_i18n where country_code = 'NA' and lang_tag = 'es' and name = 'Namibia';
select 1 / count(*) from country_i18n where country_code = 'NC' and lang_tag = 'ca' and name = 'Nova Caledònia';
select 1 / count(*) from country_i18n where country_code = 'NC' and lang_tag = 'es' and name = 'Nueva Caledonia';
select 1 / count(*) from country_i18n where country_code = 'NE' and lang_tag = 'ca' and name = 'Níger';
select 1 / count(*) from country_i18n where country_code = 'NE' and lang_tag = 'es' and name = 'Níger';
select 1 / count(*) from country_i18n where country_code = 'NF' and lang_tag = 'ca' and name = 'Illa Norfolk';
select 1 / count(*) from country_i18n where country_code = 'NF' and lang_tag = 'es' and name = 'Isla Norfolk';
select 1 / count(*) from country_i18n where country_code = 'NG' and lang_tag = 'ca' and name = 'Nigèria';
select 1 / count(*) from country_i18n where country_code = 'NG' and lang_tag = 'es' and name = 'Nigeria';
select 1 / count(*) from country_i18n where country_code = 'NI' and lang_tag = 'ca' and name = 'Nicaragua';
select 1 / count(*) from country_i18n where country_code = 'NI' and lang_tag = 'es' and name = 'Nicaragua';
select 1 / count(*) from country_i18n where country_code = 'NL' and lang_tag = 'ca' and name = 'Països Baixos';
select 1 / count(*) from country_i18n where country_code = 'NL' and lang_tag = 'es' and name = 'Países Bajos';
select 1 / count(*) from country_i18n where country_code = 'NO' and lang_tag = 'ca' and name = 'Noruega';
select 1 / count(*) from country_i18n where country_code = 'NO' and lang_tag = 'es' and name = 'Noruega';
select 1 / count(*) from country_i18n where country_code = 'NP' and lang_tag = 'ca' and name = 'Nepal';
select 1 / count(*) from country_i18n where country_code = 'NP' and lang_tag = 'es' and name = 'Nepal';
select 1 / count(*) from country_i18n where country_code = 'NR' and lang_tag = 'ca' and name = 'Nauru';
select 1 / count(*) from country_i18n where country_code = 'NR' and lang_tag = 'es' and name = 'Nauru';
select 1 / count(*) from country_i18n where country_code = 'NU' and lang_tag = 'ca' and name = 'Niue';
select 1 / count(*) from country_i18n where country_code = 'NU' and lang_tag = 'es' and name = 'Niue';
select 1 / count(*) from country_i18n where country_code = 'NZ' and lang_tag = 'ca' and name = 'Nova Zelanda';
select 1 / count(*) from country_i18n where country_code = 'NZ' and lang_tag = 'es' and name = 'Nueva Zelanda';
select 1 / count(*) from country_i18n where country_code = 'OM' and lang_tag = 'ca' and name = 'Oman';
select 1 / count(*) from country_i18n where country_code = 'OM' and lang_tag = 'es' and name = 'Omán';
select 1 / count(*) from country_i18n where country_code = 'PA' and lang_tag = 'ca' and name = 'Panamà';
select 1 / count(*) from country_i18n where country_code = 'PA' and lang_tag = 'es' and name = 'Panamá';
select 1 / count(*) from country_i18n where country_code = 'PE' and lang_tag = 'ca' and name = 'Perú';
select 1 / count(*) from country_i18n where country_code = 'PE' and lang_tag = 'es' and name = 'Perú';
select 1 / count(*) from country_i18n where country_code = 'PF' and lang_tag = 'ca' and name = 'Polinèsia Francesa';
select 1 / count(*) from country_i18n where country_code = 'PF' and lang_tag = 'es' and name = 'Polinesia Francesa';
select 1 / count(*) from country_i18n where country_code = 'PG' and lang_tag = 'ca' and name = 'Papua Nova Guinea';
select 1 / count(*) from country_i18n where country_code = 'PG' and lang_tag = 'es' and name = 'Papúa Nueva Guinea';
select 1 / count(*) from country_i18n where country_code = 'PH' and lang_tag = 'ca' and name = 'Filipines';
select 1 / count(*) from country_i18n where country_code = 'PH' and lang_tag = 'es' and name = 'Filipinas';
select 1 / count(*) from country_i18n where country_code = 'PK' and lang_tag = 'ca' and name = 'Pakistan';
select 1 / count(*) from country_i18n where country_code = 'PK' and lang_tag = 'es' and name = 'Pakistán';
select 1 / count(*) from country_i18n where country_code = 'PL' and lang_tag = 'ca' and name = 'Polònia';
select 1 / count(*) from country_i18n where country_code = 'PL' and lang_tag = 'es' and name = 'Polonia';
select 1 / count(*) from country_i18n where country_code = 'PM' and lang_tag = 'ca' and name = 'Saint-Pierre i Miquelon';
select 1 / count(*) from country_i18n where country_code = 'PM' and lang_tag = 'es' and name = 'San Pedro y Miquelón';
select 1 / count(*) from country_i18n where country_code = 'PN' and lang_tag = 'ca' and name = 'Pitcairn';
select 1 / count(*) from country_i18n where country_code = 'PN' and lang_tag = 'es' and name = 'Pitcairn';
select 1 / count(*) from country_i18n where country_code = 'PR' and lang_tag = 'ca' and name = 'Puerto Rico';
select 1 / count(*) from country_i18n where country_code = 'PR' and lang_tag = 'es' and name = 'Puerto Rico';
select 1 / count(*) from country_i18n where country_code = 'PS' and lang_tag = 'ca' and name = 'Palestina';
select 1 / count(*) from country_i18n where country_code = 'PS' and lang_tag = 'es' and name = 'Territorios Palestinos';
select 1 / count(*) from country_i18n where country_code = 'PT' and lang_tag = 'ca' and name = 'Portugal';
select 1 / count(*) from country_i18n where country_code = 'PT' and lang_tag = 'es' and name = 'Portugal';
select 1 / count(*) from country_i18n where country_code = 'PW' and lang_tag = 'ca' and name = 'Belau';
select 1 / count(*) from country_i18n where country_code = 'PW' and lang_tag = 'es' and name = 'Belau';
select 1 / count(*) from country_i18n where country_code = 'PY' and lang_tag = 'ca' and name = 'Paraguai';
select 1 / count(*) from country_i18n where country_code = 'PY' and lang_tag = 'es' and name = 'Paraguay';
select 1 / count(*) from country_i18n where country_code = 'QA' and lang_tag = 'ca' and name = 'Qatar';
select 1 / count(*) from country_i18n where country_code = 'QA' and lang_tag = 'es' and name = 'Qatar';
select 1 / count(*) from country_i18n where country_code = 'RE' and lang_tag = 'ca' and name = 'Reunió';
select 1 / count(*) from country_i18n where country_code = 'RE' and lang_tag = 'es' and name = 'Reunión';
select 1 / count(*) from country_i18n where country_code = 'RO' and lang_tag = 'ca' and name = 'Romania';
select 1 / count(*) from country_i18n where country_code = 'RO' and lang_tag = 'es' and name = 'Rumania';
select 1 / count(*) from country_i18n where country_code = 'RS' and lang_tag = 'ca' and name = 'Sèrbia';
select 1 / count(*) from country_i18n where country_code = 'RS' and lang_tag = 'es' and name = 'Serbia';
select 1 / count(*) from country_i18n where country_code = 'RU' and lang_tag = 'ca' and name = 'Rússia';
select 1 / count(*) from country_i18n where country_code = 'RU' and lang_tag = 'es' and name = 'Rusia';
select 1 / count(*) from country_i18n where country_code = 'RW' and lang_tag = 'ca' and name = 'Ruanda';
select 1 / count(*) from country_i18n where country_code = 'RW' and lang_tag = 'es' and name = 'Ruanda';
select 1 / count(*) from country_i18n where country_code = 'SA' and lang_tag = 'ca' and name = 'Aràbia Saudita';
select 1 / count(*) from country_i18n where country_code = 'SA' and lang_tag = 'es' and name = 'Arabia Saudita';
select 1 / count(*) from country_i18n where country_code = 'SB' and lang_tag = 'ca' and name = 'Illes Salomó';
select 1 / count(*) from country_i18n where country_code = 'SB' and lang_tag = 'es' and name = 'Islas Salomón';
select 1 / count(*) from country_i18n where country_code = 'SC' and lang_tag = 'ca' and name = 'Seychelles';
select 1 / count(*) from country_i18n where country_code = 'SC' and lang_tag = 'es' and name = 'Seychelles';
select 1 / count(*) from country_i18n where country_code = 'SD' and lang_tag = 'ca' and name = 'Sudan';
select 1 / count(*) from country_i18n where country_code = 'SD' and lang_tag = 'es' and name = 'Sudán';
select 1 / count(*) from country_i18n where country_code = 'SE' and lang_tag = 'ca' and name = 'Suècia';
select 1 / count(*) from country_i18n where country_code = 'SE' and lang_tag = 'es' and name = 'Suecia';
select 1 / count(*) from country_i18n where country_code = 'SG' and lang_tag = 'ca' and name = 'Singapur';
select 1 / count(*) from country_i18n where country_code = 'SG' and lang_tag = 'es' and name = 'Singapur';
select 1 / count(*) from country_i18n where country_code = 'SH' and lang_tag = 'ca' and name = 'Saint Helena';
select 1 / count(*) from country_i18n where country_code = 'SH' and lang_tag = 'es' and name = 'Isla Santa Elena';
select 1 / count(*) from country_i18n where country_code = 'SI' and lang_tag = 'ca' and name = 'Eslovènia';
select 1 / count(*) from country_i18n where country_code = 'SI' and lang_tag = 'es' and name = 'Eslovenia';
select 1 / count(*) from country_i18n where country_code = 'SJ' and lang_tag = 'ca' and name = 'Svalbard i Jan Mayen';
select 1 / count(*) from country_i18n where country_code = 'SJ' and lang_tag = 'es' and name = 'Svalbard y Jan Mayen';
select 1 / count(*) from country_i18n where country_code = 'SK' and lang_tag = 'ca' and name = 'Eslovàquia';
select 1 / count(*) from country_i18n where country_code = 'SK' and lang_tag = 'es' and name = 'Eslovaquia';
select 1 / count(*) from country_i18n where country_code = 'SL' and lang_tag = 'ca' and name = 'Sierra Leone';
select 1 / count(*) from country_i18n where country_code = 'SL' and lang_tag = 'es' and name = 'Sierra Leona';
select 1 / count(*) from country_i18n where country_code = 'SM' and lang_tag = 'ca' and name = 'San Marino';
select 1 / count(*) from country_i18n where country_code = 'SM' and lang_tag = 'es' and name = 'San Marino';
select 1 / count(*) from country_i18n where country_code = 'SN' and lang_tag = 'ca' and name = 'Senegal';
select 1 / count(*) from country_i18n where country_code = 'SN' and lang_tag = 'es' and name = 'Senegal';
select 1 / count(*) from country_i18n where country_code = 'SO' and lang_tag = 'ca' and name = 'Somàlia';
select 1 / count(*) from country_i18n where country_code = 'SO' and lang_tag = 'es' and name = 'Somalia';
select 1 / count(*) from country_i18n where country_code = 'SR' and lang_tag = 'ca' and name = 'Surinam';
select 1 / count(*) from country_i18n where country_code = 'SR' and lang_tag = 'es' and name = 'Surinam';
select 1 / count(*) from country_i18n where country_code = 'SS' and lang_tag = 'ca' and name = 'Sudan del Sud';
select 1 / count(*) from country_i18n where country_code = 'SS' and lang_tag = 'es' and name = 'Sudán del Sur';
select 1 / count(*) from country_i18n where country_code = 'ST' and lang_tag = 'ca' and name = 'São Tomé i Príncipe';
select 1 / count(*) from country_i18n where country_code = 'ST' and lang_tag = 'es' and name = 'Santo Tomé y Príncipe';
select 1 / count(*) from country_i18n where country_code = 'SV' and lang_tag = 'ca' and name = 'El Salvador';
select 1 / count(*) from country_i18n where country_code = 'SV' and lang_tag = 'es' and name = 'El Salvador';
select 1 / count(*) from country_i18n where country_code = 'SX' and lang_tag = 'ca' and name = 'Saint Martin (part holandesa)';
select 1 / count(*) from country_i18n where country_code = 'SX' and lang_tag = 'es' and name = 'San Martín (Países Bajos)';
select 1 / count(*) from country_i18n where country_code = 'SY' and lang_tag = 'ca' and name = 'Síria';
select 1 / count(*) from country_i18n where country_code = 'SY' and lang_tag = 'es' and name = 'Siria';
select 1 / count(*) from country_i18n where country_code = 'SZ' and lang_tag = 'ca' and name = 'Eswatini';
select 1 / count(*) from country_i18n where country_code = 'SZ' and lang_tag = 'es' and name = 'Esuatini';
select 1 / count(*) from country_i18n where country_code = 'TC' and lang_tag = 'ca' and name = 'Illes Turks i Caicos';
select 1 / count(*) from country_i18n where country_code = 'TC' and lang_tag = 'es' and name = 'Islas Turcas y Caicos';
select 1 / count(*) from country_i18n where country_code = 'TD' and lang_tag = 'ca' and name = 'Txad';
select 1 / count(*) from country_i18n where country_code = 'TD' and lang_tag = 'es' and name = 'Chad';
select 1 / count(*) from country_i18n where country_code = 'TF' and lang_tag = 'ca' and name = 'Terres Australs Franceses';
select 1 / count(*) from country_i18n where country_code = 'TF' and lang_tag = 'es' and name = 'Territorios australes franceses';
select 1 / count(*) from country_i18n where country_code = 'TG' and lang_tag = 'ca' and name = 'Togo';
select 1 / count(*) from country_i18n where country_code = 'TG' and lang_tag = 'es' and name = 'Togo';
select 1 / count(*) from country_i18n where country_code = 'TH' and lang_tag = 'ca' and name = 'Tailàndia';
select 1 / count(*) from country_i18n where country_code = 'TH' and lang_tag = 'es' and name = 'Tailandia';
select 1 / count(*) from country_i18n where country_code = 'TJ' and lang_tag = 'ca' and name = 'Tadjikistan';
select 1 / count(*) from country_i18n where country_code = 'TJ' and lang_tag = 'es' and name = 'Tayikistán';
select 1 / count(*) from country_i18n where country_code = 'TK' and lang_tag = 'ca' and name = 'Tokelau';
select 1 / count(*) from country_i18n where country_code = 'TK' and lang_tag = 'es' and name = 'Tokelau';
select 1 / count(*) from country_i18n where country_code = 'TL' and lang_tag = 'ca' and name = 'Timor Oriental';
select 1 / count(*) from country_i18n where country_code = 'TL' and lang_tag = 'es' and name = 'Timor Oriental';
select 1 / count(*) from country_i18n where country_code = 'TM' and lang_tag = 'ca' and name = 'Turkmenistan';
select 1 / count(*) from country_i18n where country_code = 'TM' and lang_tag = 'es' and name = 'Turkmenistán';
select 1 / count(*) from country_i18n where country_code = 'TN' and lang_tag = 'ca' and name = 'Tunísia';
select 1 / count(*) from country_i18n where country_code = 'TN' and lang_tag = 'es' and name = 'Túnez';
select 1 / count(*) from country_i18n where country_code = 'TO' and lang_tag = 'ca' and name = 'Tonga';
select 1 / count(*) from country_i18n where country_code = 'TO' and lang_tag = 'es' and name = 'Tonga';
select 1 / count(*) from country_i18n where country_code = 'TR' and lang_tag = 'ca' and name = 'Turquia';
select 1 / count(*) from country_i18n where country_code = 'TR' and lang_tag = 'es' and name = 'Turquía';
select 1 / count(*) from country_i18n where country_code = 'TT' and lang_tag = 'ca' and name = 'Trinitat i Tobago';
select 1 / count(*) from country_i18n where country_code = 'TT' and lang_tag = 'es' and name = 'Trinidad y Tobago';
select 1 / count(*) from country_i18n where country_code = 'TV' and lang_tag = 'ca' and name = 'Tuvalu';
select 1 / count(*) from country_i18n where country_code = 'TV' and lang_tag = 'es' and name = 'Tuvalu';
select 1 / count(*) from country_i18n where country_code = 'TW' and lang_tag = 'ca' and name = 'Taiwan';
select 1 / count(*) from country_i18n where country_code = 'TW' and lang_tag = 'es' and name = 'Taiwán';
select 1 / count(*) from country_i18n where country_code = 'TZ' and lang_tag = 'ca' and name = 'Tanzània';
select 1 / count(*) from country_i18n where country_code = 'TZ' and lang_tag = 'es' and name = 'Tanzania';
select 1 / count(*) from country_i18n where country_code = 'UA' and lang_tag = 'ca' and name = 'Ucraïna';
select 1 / count(*) from country_i18n where country_code = 'UA' and lang_tag = 'es' and name = 'Ucrania';
select 1 / count(*) from country_i18n where country_code = 'UG' and lang_tag = 'ca' and name = 'Uganda';
select 1 / count(*) from country_i18n where country_code = 'UG' and lang_tag = 'es' and name = 'Uganda';
select 1 / count(*) from country_i18n where country_code = 'UM' and lang_tag = 'ca' and name = 'Illes dUltramar Menors dels Estats Units';
select 1 / count(*) from country_i18n where country_code = 'UM' and lang_tag = 'es' and name = 'Islas de ultramar menores de Estados Unidos (EEUU)';
select 1 / count(*) from country_i18n where country_code = 'US' and lang_tag = 'ca' and name = 'Estats Units (US)';
select 1 / count(*) from country_i18n where country_code = 'US' and lang_tag = 'es' and name = 'Estados Unidos (EEUU)';
select 1 / count(*) from country_i18n where country_code = 'UY' and lang_tag = 'ca' and name = 'Uruguai';
select 1 / count(*) from country_i18n where country_code = 'UY' and lang_tag = 'es' and name = 'Uruguay';
select 1 / count(*) from country_i18n where country_code = 'UZ' and lang_tag = 'ca' and name = 'Uzbekistan';
select 1 / count(*) from country_i18n where country_code = 'UZ' and lang_tag = 'es' and name = 'Uzbekistán';
select 1 / count(*) from country_i18n where country_code = 'VA' and lang_tag = 'ca' and name = 'Vaticà';
select 1 / count(*) from country_i18n where country_code = 'VA' and lang_tag = 'es' and name = 'Ciudad del Vaticano';
select 1 / count(*) from country_i18n where country_code = 'VC' and lang_tag = 'ca' and name = 'Saint Vincent i les Grenadines';
select 1 / count(*) from country_i18n where country_code = 'VC' and lang_tag = 'es' and name = 'San Vicente y las Granadinas';
select 1 / count(*) from country_i18n where country_code = 'VE' and lang_tag = 'ca' and name = 'Veneçuela';
select 1 / count(*) from country_i18n where country_code = 'VE' and lang_tag = 'es' and name = 'Venezuela';
select 1 / count(*) from country_i18n where country_code = 'VG' and lang_tag = 'ca' and name = 'Illes Verges (Britàniques)';
select 1 / count(*) from country_i18n where country_code = 'VG' and lang_tag = 'es' and name = 'Islas Vírgenes (Británicas)';
select 1 / count(*) from country_i18n where country_code = 'VI' and lang_tag = 'ca' and name = 'Illes Verges (EUA)';
select 1 / count(*) from country_i18n where country_code = 'VI' and lang_tag = 'es' and name = 'Islas Vírgenes (EEUU)';
select 1 / count(*) from country_i18n where country_code = 'VN' and lang_tag = 'ca' and name = 'Vietnam';
select 1 / count(*) from country_i18n where country_code = 'VN' and lang_tag = 'es' and name = 'Vietnam';
select 1 / count(*) from country_i18n where country_code = 'VU' and lang_tag = 'ca' and name = 'Vanuatu';
select 1 / count(*) from country_i18n where country_code = 'VU' and lang_tag = 'es' and name = 'Vanuatu';
select 1 / count(*) from country_i18n where country_code = 'WF' and lang_tag = 'ca' and name = 'Wallis i Futuna';
select 1 / count(*) from country_i18n where country_code = 'WF' and lang_tag = 'es' and name = 'Wallis y Futuna';
select 1 / count(*) from country_i18n where country_code = 'WS' and lang_tag = 'ca' and name = 'Samoa';
select 1 / count(*) from country_i18n where country_code = 'WS' and lang_tag = 'es' and name = 'Samoa';
select 1 / count(*) from country_i18n where country_code = 'YE' and lang_tag = 'ca' and name = 'Iemen';
select 1 / count(*) from country_i18n where country_code = 'YE' and lang_tag = 'es' and name = 'Yemen';
select 1 / count(*) from country_i18n where country_code = 'YT' and lang_tag = 'ca' and name = 'Mayotte';
select 1 / count(*) from country_i18n where country_code = 'YT' and lang_tag = 'es' and name = 'Mayotte';
select 1 / count(*) from country_i18n where country_code = 'ZA' and lang_tag = 'ca' and name = 'Sud-àfrica';
select 1 / count(*) from country_i18n where country_code = 'ZA' and lang_tag = 'es' and name = 'Sudáfrica';
select 1 / count(*) from country_i18n where country_code = 'ZM' and lang_tag = 'ca' and name = 'Zàmbia';
select 1 / count(*) from country_i18n where country_code = 'ZM' and lang_tag = 'es' and name = 'Zambia';
select 1 / count(*) from country_i18n where country_code = 'ZW' and lang_tag = 'ca' and name = 'Zimbàbue';
select 1 / count(*) from country_i18n where country_code = 'ZW' and lang_tag = 'es' and name = 'Zimbabue';
rollback;