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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
141011 141011 322477 322477 15718 15718
141012 141012 77826 77826 15718 15718
141013 141013 265567 265567 15718 15718
141014 141014 242671 242671 15718 15718
141015 141015 7441 7441 15718 15718
141016 141016 69266 69266 15718 15718
141017 141017 43155 43155 15718 15718
141018 141018 527441 527441 15718 15718
141019 141019 228784 228784 15718 15718
141020 141020 155777 155777 15718 15718
141021 141021 265569 265569 15718 15718
141022 141022 265568 265568 15718 15718
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 346.805ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website