inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 107430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 694011 | 694011 | 526431 526431 | 107430 107430 |
| 694012 | 694012 | 210711 210711 | 107430 107430 |
| 694013 | 694013 | 487411 487411 | 107430 107430 |
| 694014 | 694014 | 76045 76045 | 107430 107430 |
| 694015 | 694015 | 394985 394985 | 107430 107430 |
| 694016 | 694016 | 479680 479680 | 107430 107430 |
| 694017 | 694017 | 446688 446688 | 107430 107430 |
| 694018 | 694018 | 154506 154506 | 107430 107430 |
| 694019 | 694019 | 320574 320574 | 107430 107430 |
| 694020 | 694020 | 485662 485662 | 107430 107430 |
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)
);