inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 96585
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 495673 | 495673 | 350160 350160 | 96585 96585 |
| 495674 | 495674 | 205705 205705 | 96585 96585 |
| 495675 | 495675 | 65728 65728 | 96585 96585 |
| 495676 | 495676 | 217275 217275 | 96585 96585 |
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)
);