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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
430253 430253 4180 4180 10298 10298
430254 430254 280007 280007 10298 10298
430255 430255 280006 280006 10298 10298
430256 430256 490373 490373 10298 10298
430257 430257 528183 528183 10298 10298
430258 430258 156697 156697 10298 10298
430259 430259 80340 80340 10298 10298
430260 430260 317858 317858 10298 10298
430261 430261 8155 8155 10298 10298
430262 430262 64930 64930 10298 10298
430263 430263 251004 251004 10298 10298
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 678.86ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website