inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 45565
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 244145 | 244145 | 45565 45565 | 66096 66096 |
| 405694 | 405694 | 45565 45565 | 66097 66097 |
| 694084 | 694084 | 45565 45565 | 8681 8681 |
| 938561 | 938561 | 45565 45565 | 66098 66098 |
| 946644 | 946644 | 45565 45565 | 8682 8682 |
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)
);