home / zeropm-v0-0-4

inventory_summary

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

12 rows where query_id = 17881

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
478624 478624 252927 252927 17881 17881
478625 478625 316016 316016 17881 17881
478626 478626 8676 8676 17881 17881
478627 478627 81911 81911 17881 17881
478628 478628 32676 32676 17881 17881
478629 478629 283568 283568 17881 17881
478630 478630 66597 66597 17881 17881
478631 478631 491156 491156 17881 17881
478632 478632 283569 283569 17881 17881
478633 478633 217956 217956 17881 17881
478634 478634 157359 157359 17881 17881
478635 478635 528649 528649 17881 17881
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 771.729ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website