inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21503
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 246219 | 246219 | 495204 495204 | 21503 21503 |
| 246220 | 246220 | 31067 31067 | 21503 21503 |
| 246221 | 246221 | 246666 246666 | 21503 21503 |
| 246222 | 246222 | 10660 10660 | 21503 21503 |
| 246223 | 246223 | 272071 272071 | 21503 21503 |
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)
);