inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 405766
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 729074 | 729074 | 485662 485662 | 405766 405766 |
| 729075 | 729075 | 479680 479680 | 405766 405766 |
| 729076 | 729076 | 394985 394985 | 405766 405766 |
| 729077 | 729077 | 526431 526431 | 405766 405766 |
| 729078 | 729078 | 487411 487411 | 405766 405766 |
| 729079 | 729079 | 446688 446688 | 405766 405766 |
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)
);