# Landen
Geeft alle beschikbare landen (LandModel) terug uit een administratie.
Voor deze operatie zijn de volgende scopes benodigd:
- settings:read
- Catalog: `SnelStart`
- Schema: `Landen`
This is a read-only table. The SnelStart API may not support changing the data or the Invantive UniversalSQL driver for SnelStart does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the SnelStart API.
## Table Columns
The columns of the table `Landen` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `id` | `guid` | ID | ☐ | De publieke sleutel (public identifier, als <a href="https://docs.microsoft.com/en-us/dotnet/api/System.Guid?view=netframework-4.6.2" target="_blank">System.Guid</a>) dat uniek een object identificeert. |
| `landcode` | `varchar2` | Country Code | ☐ | De code van het land. |
| `landcodeISO` | `varchar2` | Country Code ISO | ☐ | De ISO code van het land. |
| `naam` | `varchar2` | Name | ☐ | De naam van het land. |