inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 57032
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 143586 | 143586 | 329873 329873 | 57032 57032 |
| 143587 | 143587 | 489112 489112 | 57032 57032 |
| 143588 | 143588 | 228675 228675 | 57032 57032 |
| 143589 | 143589 | 77894 77894 | 57032 57032 |
| 143590 | 143590 | 155819 155819 | 57032 57032 |
| 143591 | 143591 | 33509 33509 | 57032 57032 |
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)
);