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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
32559 32559 462002 462002 404736 404736
32560 32560 372038 372038 404736 404736
32561 32561 419235 419235 404736 404736
32562 32562 372039 372039 404736 404736
32563 32563 496963 496963 404736 404736
32564 32564 462000 462000 404736 404736
32565 32565 482856 482856 404736 404736
32566 32566 419234 419234 404736 404736
32567 32567 372037 372037 404736 404736
32568 32568 419236 419236 404736 404736
32569 32569 462001 462001 404736 404736
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 323.149ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website