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 = 15610

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
134741 134741 242272 242272 15610 15610
134742 134742 265253 265253 15610 15610
134743 134743 207595 207595 15610 15610
134744 134744 265254 265254 15610 15610
134745 134745 49198 49198 15610 15610
134746 134746 229019 229019 15610 15610
134747 134747 7372 7372 15610 15610
134748 134748 41837 41837 15610 15610
134749 134749 155706 155706 15610 15610
134750 134750 77696 77696 15610 15610
134751 134751 488978 488978 15610 15610
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 268.933ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website