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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
430680 430680 51156 51156 16957 16957
430681 430681 156706 156706 16957 16957
430682 430682 280043 280043 16957 16957
430683 430683 490384 490384 16957 16957
430684 430684 251019 251019 16957 16957
430685 430685 80359 80359 16957 16957
430686 430686 8163 8163 16957 16957
430687 430687 280044 280044 16957 16957
430688 430688 280045 280045 16957 16957
430689 430689 280042 280042 16957 16957
430690 430690 307807 307807 16957 16957
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 273.426ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website