inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 591
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 717497 | 717497 | 292527 292527 | 591 591 |
| 717498 | 717498 | 257269 257269 | 591 591 |
| 717499 | 717499 | 533118 533118 | 591 591 |
| 717500 | 717500 | 67419 67419 | 591 591 |
| 717501 | 717501 | 12632 12632 | 591 591 |
| 717502 | 717502 | 33982 33982 | 591 591 |
| 717503 | 717503 | 224 224 | 591 591 |
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)
);