inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 57172
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 687026 | 687026 | 33747 33747 | 57172 57172 |
| 687027 | 687027 | 493153 493153 | 57172 57172 |
| 687028 | 687028 | 85231 85231 | 57172 57172 |
| 687029 | 687029 | 259596 259596 | 57172 57172 |
| 687030 | 687030 | 201769 201769 | 57172 57172 |
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)
);