inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 117289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 505192 | 505192 | 254079 254079 | 117289 117289 |
| 505193 | 505193 | 347862 347862 | 117289 117289 |
| 505194 | 505194 | 285546 285546 | 117289 117289 |
| 505195 | 505195 | 285547 285547 | 117289 117289 |
| 505196 | 505196 | 158005 158005 | 117289 117289 |
| 505197 | 505197 | 83195 83195 | 117289 117289 |
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)
);