inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 70118
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 117408 | 117408 | 493654 493654 | 70118 70118 |
| 117409 | 117409 | 48237 48237 | 70118 70118 |
| 117410 | 117410 | 264089 264089 | 70118 70118 |
| 117411 | 117411 | 159219 159219 | 70118 70118 |
| 117412 | 117412 | 86251 86251 | 70118 70118 |
| 117413 | 117413 | 264088 264088 | 70118 70118 |
| 117414 | 117414 | 241704 241704 | 70118 70118 |
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)
);