inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 9881
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 492262 | 492262 | 12970 12970 | 9881 9881 |
| 492263 | 492263 | 4011 4011 | 9881 9881 |
| 492264 | 492264 | 253449 253449 | 9881 9881 |
| 492265 | 492265 | 330395 330395 | 9881 9881 |
| 492266 | 492266 | 284430 284430 | 9881 9881 |
| 492267 | 492267 | 284429 284429 | 9881 9881 |
| 492268 | 492268 | 284428 284428 | 9881 9881 |
| 492269 | 492269 | 58165 58165 | 9881 9881 |
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)
);