home / zeropm-v0-0-4

inventory_summary

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

11 rows where query_id = 712

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
430468 430468 490378 490378 712 712
430469 430469 280018 280018 712 712
430470 430470 251008 251008 712 712
430471 430471 67834 67834 712 712
430472 430472 37976 37976 712 712
430473 430473 280019 280019 712 712
430474 430474 259 259 712 712
430475 430475 528185 528185 712 712
430476 430476 72643 72643 712 712
430477 430477 156700 156700 712 712
430478 430478 80346 80346 712 712
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 306.863ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website