inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 51920
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 141686 | 141686 | 51920 51920 | 15750 15750 |
| 702185 | 702185 | 51920 51920 | 15751 15751 |
| 995970 | 995970 | 51920 51920 | 75624 75624 |
| 997112 | 997112 | 51920 51920 | 75623 75623 |
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)
);