Countries

Table name: countries

Contains standardized country reference data including currency, language, and regional configuration settings. Provides core country attributes used across the data platform for regional localization and compliance checks.

SQL: countries

Schema

Column NameData TypeDescription
Primary ID
idINTEGERPrimary key
Other IDs
currency_idINTEGERForeign key reference to the currency table
Timestamps
updated_atTIMESTAMP_NTZTimestamp when the country record was last modified
created_atTIMESTAMP_NTZTimestamp when the country record was initially created
Filters
is_sanctionedBOOLEANIndicates whether the country is under international sanctions. True if sanctioned, false otherwise
Attributes
nameVARCHARFull country name in English
currencyVARCHARThree-letter ISO currency code (e.g. USD, EUR, GBP) used in this country
languageVARCHARPrimary language code for the country following ISO standards
code_2VARCHARTwo-letter ISO country code (e.g. US, GB, DE)
code_3VARCHARThree-letter ISO country code (e.g. USA, GBR, DEU)
phone_codeVARCHARInternational dialing code without plus symbol (e.g. 1, 44, 49)
decimal_separatorVARCHARCharacter used to separate decimal places in numbers (e.g. . or ,)
thousand_separatorVARCHARCharacter used to separate thousands in numbers (e.g. , or .)

Data Inclustion Criteria

  • is not deleted

Did this page help you?