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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
413528 413528 278793 278793 16696 16696
413529 413529 79710 79710 16696 16696
413530 413530 322002 322002 16696 16696
413531 413531 490137 490137 16696 16696
413532 413532 278795 278795 16696 16696
413533 413533 528045 528045 16696 16696
413534 413534 39072 39072 16696 16696
413535 413535 220566 220566 16696 16696
413536 413536 8023 8023 16696 16696
413537 413537 278794 278794 16696 16696
413538 413538 55670 55670 16696 16696
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 1450.744ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website