inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 116766
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 499227 | 499227 | 82816 82816 | 116766 116766 |
| 499228 | 499228 | 491726 491726 | 116766 116766 |
| 499229 | 499229 | 217115 217115 | 116766 116766 |
| 499230 | 499230 | 528857 528857 | 116766 116766 |
| 499231 | 499231 | 304740 304740 | 116766 116766 |
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)
);