inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 44539
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 564209 | 564209 | 289370 289370 | 44539 44539 |
| 564210 | 564210 | 289371 289371 | 44539 44539 |
| 564211 | 564211 | 519467 519467 | 44539 44539 |
| 564212 | 564212 | 132730 132730 | 44539 44539 |
| 564213 | 564213 | 322263 322263 | 44539 44539 |
| 564214 | 564214 | 65298 65298 | 44539 44539 |
| 564215 | 564215 | 23179 23179 | 44539 44539 |
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)
);