inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 310765
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 422464 | 422464 | 528069 528069 | 310765 310765 |
| 422465 | 422465 | 220209 220209 | 310765 310765 |
| 422466 | 422466 | 490167 490167 | 310765 310765 |
| 422467 | 422467 | 307500 307500 | 310765 310765 |
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)
);