inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
14 rows where query_id = 17673
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 465039 | 465039 | 252339 252339 | 17673 17673 |
| 465040 | 465040 | 8558 8558 | 17673 17673 |
| 465041 | 465041 | 65098 65098 | 17673 17673 |
| 465042 | 465042 | 218537 218537 | 17673 17673 |
| 465043 | 465043 | 528544 528544 | 17673 17673 |
| 465044 | 465044 | 487860 487860 | 17673 17673 |
| 465045 | 465045 | 81511 81511 | 17673 17673 |
| 465046 | 465046 | 282511 282511 | 17673 17673 |
| 465047 | 465047 | 237785 237785 | 17673 17673 |
| 465048 | 465048 | 157163 157163 | 17673 17673 |
| 465049 | 465049 | 39773 39773 | 17673 17673 |
| 465050 | 465050 | 335749 335749 | 17673 17673 |
| 465051 | 465051 | 282510 282510 | 17673 17673 |
| 465052 | 465052 | 208149 208149 | 17673 17673 |
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)
);