inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 104916
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 471252 | 471252 | 153141 153141 | 104916 104916 |
| 471253 | 471253 | 525471 525471 | 104916 104916 |
| 471254 | 471254 | 335057 335057 | 104916 104916 |
| 471255 | 471255 | 252691 252691 | 104916 104916 |
| 471256 | 471256 | 485849 485849 | 104916 104916 |
| 471257 | 471257 | 218299 218299 | 104916 104916 |
| 471258 | 471258 | 73945 73945 | 104916 104916 |
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)
);