home / dcc

organizations_sectors

Data license: CC-BY-4.0

✎ View and edit SQL

This data as json

0 records

CREATE TABLE organizations_sectors (
	id INTEGER NOT NULL, 
	sector_id INTEGER, organization_id INTEGER, 
	PRIMARY KEY (id)
);
CREATE INDEX ix_organizations_sectors_472c1f99a32def1b ON organizations_sectors (organization_id);
CREATE INDEX ix_organizations_sectors_668b2ea8a2f53442 ON organizations_sectors (sector_id);
Powered by Datasette · Queries took 17.118ms · Data license: CC-BY-4.0