inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 70094
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 23485 | 23485 | 70094 70094 | 14934 14934 |
| 107302 | 107302 | 70094 70094 | 14933 14933 |
| 911049 | 911049 | 70094 70094 | 103148 103148 |
| 911072 | 911072 | 70094 70094 | 103149 103149 |
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)
);