inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 100143
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 382594 | 382594 | 298913 298913 | 100143 100143 |
| 382595 | 382595 | 249654 249654 | 100143 100143 |
| 382596 | 382596 | 68065 68065 | 100143 100143 |
| 382597 | 382597 | 277658 277658 | 100143 100143 |
| 382598 | 382598 | 221230 221230 | 100143 100143 |
| 382599 | 382599 | 117965 117965 | 100143 100143 |
| 382600 | 382600 | 176671 176671 | 100143 100143 |
| 382601 | 382601 | 537392 537392 | 100143 100143 |
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)
);