inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 80154
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 503589 | 503589 | 83116 83116 | 80154 80154 |
| 503590 | 503590 | 285428 285428 | 80154 80154 |
| 503591 | 503591 | 333380 333380 | 80154 80154 |
| 503592 | 503592 | 54811 54811 | 80154 80154 |
| 503593 | 503593 | 285427 285427 | 80154 80154 |
| 503594 | 503594 | 487900 487900 | 80154 80154 |
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)
);