inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 21529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 295577 | 295577 | 160519 160519 | 21529 21529 |
| 295578 | 295578 | 66390 66390 | 21529 21529 |
| 295579 | 295579 | 89185 89185 | 21529 21529 |
| 295580 | 295580 | 341602 341602 | 21529 21529 |
| 295581 | 295581 | 31243 31243 | 21529 21529 |
| 295582 | 295582 | 10675 10675 | 21529 21529 |
| 295583 | 295583 | 246693 246693 | 21529 21529 |
| 295584 | 295584 | 530508 530508 | 21529 21529 |
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)
);