home / zeropm-v0-0-4

inventory_summary

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

13 rows where query_id = 15572

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
130555 130555 265149 265149 15572 15572
130556 130556 336022 336022 15572 15572
130557 130557 56574 56574 15572 15572
130558 130558 34869 34869 15572 15572
130559 130559 242241 242241 15572 15572
130560 130560 265151 265151 15572 15572
130561 130561 155678 155678 15572 15572
130562 130562 265150 265150 15572 15572
130563 130563 265148 265148 15572 15572
130564 130564 77663 77663 15572 15572
130565 130565 488947 488947 15572 15572
130566 130566 527344 527344 15572 15572
130567 130567 7349 7349 15572 15572
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 696.3ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website