home / slovakia

person_addresses

1 row where _link_person_statement = 10010

✎ View and edit SQL

This data as json, CSV (advanced)

_link ▼ _link_person_statement address country type
10010.addresses.0 10010 18 Priehradná, Martin, 03601 SK registered

Advanced export

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

CSV options:

CREATE TABLE [person_addresses] ( [_link] TEXT 
 , [_link_person_statement] TEXT 
 , [address] TEXT 
 , [country] TEXT 
 , [type] TEXT 
 , PRIMARY KEY ([_link]) 
 , FOREIGN KEY ([_link_person_statement]) REFERENCES [person_statement]([_link]) 
   );
Powered by Datasette · Queries took 144.169ms