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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
439517 439517 280265 280265 17066 17066
439518 439518 490465 490465 17066 17066
439519 439519 251149 251149 17066 17066
439520 439520 280266 280266 17066 17066
439521 439521 280267 280267 17066 17066
439522 439522 49354 49354 17066 17066
439523 439523 80504 80504 17066 17066
439524 439524 30677 30677 17066 17066
439525 439525 201593 201593 17066 17066
439526 439526 8220 8220 17066 17066
439527 439527 219768 219768 17066 17066
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 304.899ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website