inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 85139
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 385086 | 385086 | 302317 302317 | 85139 85139 |
| 385087 | 385087 | 93143 93143 | 85139 85139 |
| 385088 | 385088 | 497291 497291 | 85139 85139 |
| 385089 | 385089 | 277817 277817 | 85139 85139 |
| 385090 | 385090 | 277818 277818 | 85139 85139 |
| 385091 | 385091 | 58312 58312 | 85139 85139 |
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)
);