inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 60275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 206816 | 206816 | 169900 169900 | 60275 60275 |
| 206817 | 206817 | 338471 338471 | 60275 60275 |
| 206818 | 206818 | 504763 504763 | 60275 60275 |
| 206819 | 206819 | 58826 58826 | 60275 60275 |
| 206820 | 206820 | 107480 107480 | 60275 60275 |
| 206821 | 206821 | 245130 245130 | 60275 60275 |
| 206822 | 206822 | 535217 535217 | 60275 60275 |
| 206823 | 206823 | 38741 38741 | 60275 60275 |
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)
);