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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
672582 672582 84934 84934 19263 19263
672583 672583 296138 296138 19263 19263
672584 672584 493024 493024 19263 19263
672585 672585 529332 529332 19263 19263
672586 672586 296139 296139 19263 19263
672587 672587 335638 335638 19263 19263
672588 672588 28461 28461 19263 19263
672589 672589 9432 9432 19263 19263
672590 672590 158711 158711 19263 19263
672591 672591 259209 259209 19263 19263
672592 672592 211534 211534 19263 19263
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 301.091ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website