inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 43372
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 30636 | 30636 | 539923 539923 | 43372 43372 |
| 30637 | 30637 | 518249 518249 | 43372 43372 |
| 30638 | 30638 | 30151 30151 | 43372 43372 |
| 30639 | 30639 | 22551 22551 | 43372 43372 |
| 30640 | 30640 | 255415 255415 | 43372 43372 |
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)
);