inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17871
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 478557 | 478557 | 61534 61534 | 17871 17871 |
| 478558 | 478558 | 8671 8671 | 17871 17871 |
| 478559 | 478559 | 157351 157351 | 17871 17871 |
| 478560 | 478560 | 331758 331758 | 17871 17871 |
| 478561 | 478561 | 252916 252916 | 17871 17871 |
| 478562 | 478562 | 528644 528644 | 17871 17871 |
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)
);