inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 92192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 225090 | 225090 | 494920 494920 | 92192 92192 |
| 225091 | 225091 | 530329 530329 | 92192 92192 |
| 225092 | 225092 | 160254 160254 | 92192 92192 |
| 225093 | 225093 | 62895 62895 | 92192 92192 |
| 225094 | 225094 | 245951 245951 | 92192 92192 |
| 225095 | 225095 | 224819 224819 | 92192 92192 |
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)
);