home / zeropm-v0-0-4

inventory_summary

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

5 rows where inventory_id = 55506

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
439238 439238 55506 55506 17058 17058
765827 765827 55506 55506 17059 17059
880380 880380 55506 55506 81083 81083
881148 881148 55506 55506 81085 81085
881583 881583 55506 55506 81084 81084
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 329.717ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website