home / slovakia

person_nationalities

1 row where _link_person_statement = 100021

✎ View and edit SQL

This data as json, CSV (advanced)

_link ▼ _link_person_statement code name
100021.nationalities.0 100021 SK Slovakia

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [person_nationalities] ( [_link] TEXT 
 , [_link_person_statement] TEXT 
 , [code] TEXT 
 , [name] TEXT 
 , PRIMARY KEY ([_link]) 
 , FOREIGN KEY ([_link_person_statement]) REFERENCES [person_statement]([_link]) 
   );
Powered by Datasette · Queries took 173.44ms