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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
542317 542317 516892 516892 42680 42680
542318 542318 32595 32595 42680 42680
542319 542319 62148 62148 42680 42680
542320 542320 303086 303086 42680 42680
542321 542321 255158 255158 42680 42680
542322 542322 287778 287778 42680 42680
542323 542323 539563 539563 42680 42680
542324 542324 22176 22176 42680 42680
542325 542325 130322 130322 42680 42680
542326 542326 185044 185044 42680 42680
542327 542327 287777 287777 42680 42680
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 265.38ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website