inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 49288
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 41644 | 41644 | 49288 49288 | 71756 71756 |
| 237561 | 237561 | 49288 49288 | 71758 71758 |
| 431860 | 431860 | 49288 49288 | 71755 71755 |
| 820215 | 820215 | 49288 49288 | 71757 71757 |
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)
);