home / zeropm-v0-0-4

inventory_summary

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

14 rows where query_id = 454

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
673467 673467 72829 72829 454 454
673468 673468 259256 259256 454 454
673469 673469 318721 318721 454 454
673470 673470 206552 206552 454 454
673471 673471 51815 51815 454 454
673472 673472 172 172 454 454
673473 673473 5726 5726 454 454
673474 673474 75568 75568 454 454
673475 673475 296250 296250 454 454
673476 673476 29119 29119 454 454
673477 673477 296249 296249 454 454
673478 673478 526199 526199 454 454
673479 673479 487012 487012 454 454
673480 673480 154153 154153 454 454
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 649.848ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website