inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61555
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 254858 | 254858 | 61555 61555 | 90212 90212 |
| 625214 | 625214 | 61555 61555 | 11123 11123 |
| 884726 | 884726 | 61555 61555 | 90211 90211 |
| 972141 | 972141 | 61555 61555 | 11987 11987 |
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)
);