inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 4415
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 574330 | 574330 | 59287 59287 | 4415 4415 |
| 574331 | 574331 | 134178 134178 | 4415 4415 |
| 574332 | 574332 | 71686 71686 | 4415 4415 |
| 574333 | 574333 | 540517 540517 | 4415 4415 |
| 574334 | 574334 | 1743 1743 | 4415 4415 |
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)
);