home / denmark

person_addresses

1 row where _link_person_statement = 100020

✎ View and edit SQL

This data as json, CSV (advanced)

_link ▼ _link_person_statement address country type
100020.addresses.0 100020 Soløsevej 5, Gentofte, 2820 DK 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 1721.697ms