inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17037
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 436237 | 436237 | 8205 8205 | 17037 17037 |
| 436238 | 436238 | 490441 490441 | 17037 17037 |
| 436239 | 436239 | 280193 280193 | 17037 17037 |
| 436240 | 436240 | 219804 219804 | 17037 17037 |
| 436241 | 436241 | 61432 61432 | 17037 17037 |
| 436242 | 436242 | 251115 251115 | 17037 17037 |
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)
);