home / zeropm-v0-0-4

inventory_summary

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

5 rows where inventory_id = 63720

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
256440 256440 63720 63720 93386 93386
266488 266488 63720 63720 7014 7014
594912 594912 63720 63720 7013 7013
1017099 1017099 63720 63720 93384 93384
1017238 1017238 63720 63720 93385 93385
CREATE TABLE [inventory_summary] (
        [inventory_id] integer,
        [query_id] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);
Powered by Datasette · Queries took 660.06ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website