entity_addresses
2 rows where _link_entity_statement = 100005
This data as json, CSV (advanced)
_link ▼ | _link_entity_statement | type | address | country | postcode |
---|---|---|---|---|---|
100005.addresses.0 | CYNTEL INVESTMENTS LIMITED 100005 | registered | C/O SHRM Trustees (BVI) Limited, Road Town, Tortola | VG | VG1110 |
100005.addresses.1 | CYNTEL INVESTMENTS LIMITED 100005 | business | C/O SHRM Trustees (BVI) Limited, Road Town, Tortola | VG | VG1110 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [entity_addresses] ( [_link] TEXT , [_link_entity_statement] TEXT , [type] TEXT , [address] TEXT , [country] TEXT , [postcode] TEXT , PRIMARY KEY ([_link]) , FOREIGN KEY ([_link_entity_statement]) REFERENCES [entity_statement]([_link]) );