inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 786674 | 786674 | 481303 481303 | 403936 403936 |
| 786675 | 786675 | 457261 457261 | 403936 403936 |
| 786676 | 786676 | 489463 489463 | 403936 403936 |
| 786677 | 786677 | 411887 411887 | 403936 403936 |
| 786678 | 786678 | 365687 365687 | 403936 403936 |
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)
);