inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 45255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 572626 | 572626 | 540470 540470 | 45255 45255 |
| 572627 | 572627 | 30981 30981 | 45255 45255 |
| 572628 | 572628 | 23551 23551 | 45255 45255 |
| 572629 | 572629 | 133955 133955 | 45255 45255 |
| 572630 | 572630 | 45351 45351 | 45255 45255 |
| 572631 | 572631 | 520912 520912 | 45255 45255 |
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)
);