inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 68330
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 218497 | 218497 | 225113 225113 | 68330 68330 |
| 218498 | 218498 | 316811 316811 | 68330 68330 |
| 218499 | 218499 | 47142 47142 | 68330 68330 |
| 218500 | 218500 | 270677 270677 | 68330 68330 |
| 218501 | 218501 | 270676 270676 | 68330 68330 |
| 218502 | 218502 | 108498 108498 | 68330 68330 |
| 218503 | 218503 | 505262 505262 | 68330 68330 |
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)
);