inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15078
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 165662 | 165662 | 7051 7051 | 15078 15078 |
| 165663 | 165663 | 86925 86925 | 15078 15078 |
| 165664 | 165664 | 494166 494166 | 15078 15078 |
| 165665 | 165665 | 159570 159570 | 15078 15078 |
| 165666 | 165666 | 46095 46095 | 15078 15078 |
| 165667 | 165667 | 41477 41477 | 15078 15078 |
| 165668 | 165668 | 266977 266977 | 15078 15078 |
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)
);