inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68356
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 42104 | 42104 | 68356 68356 | 35063 35063 |
| 331337 | 331337 | 68356 68356 | 35062 35062 |
| 908946 | 908946 | 68356 68356 | 100577 100577 |
| 911332 | 911332 | 68356 68356 | 100576 100576 |
| 915006 | 915006 | 68356 68356 | 100578 100578 |
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)
);