inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 32046
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 213013 | 213013 | 270353 270353 | 32046 32046 |
| 213014 | 213014 | 505032 505032 | 32046 32046 |
| 213015 | 213015 | 170236 170236 | 32046 32046 |
| 213016 | 213016 | 16553 16553 | 32046 32046 |
| 213017 | 213017 | 270354 270354 | 32046 32046 |
| 213018 | 213018 | 108018 108018 | 32046 32046 |
| 213019 | 213019 | 270355 270355 | 32046 32046 |
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)
);