inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 44281
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 561136 | 561136 | 23044 23044 | 44281 44281 |
| 561137 | 561137 | 132606 132606 | 44281 44281 |
| 561138 | 561138 | 203338 203338 | 44281 44281 |
| 561139 | 561139 | 255751 255751 | 44281 44281 |
| 561140 | 561140 | 51748 51748 | 44281 44281 |
| 561141 | 561141 | 519443 519443 | 44281 44281 |
| 561142 | 561142 | 322202 322202 | 44281 44281 |
| 561143 | 561143 | 215039 215039 | 44281 44281 |
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)
);