inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 152439 | 152439 | 58256 58256 | 30210 30210 |
| 267082 | 267082 | 58256 58256 | 85042 85042 |
| 702502 | 702502 | 58256 58256 | 85043 85043 |
| 865154 | 865154 | 58256 58256 | 85045 85045 |
| 865161 | 865161 | 58256 58256 | 85044 85044 |
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)
);