inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 173623 | 173623 | 866 866 | 2203 2203 |
| 793096 | 793096 | 866 866 | 2205 2205 |
| 1042626 | 1042626 | 866 866 | 2204 2204 |
| 1042641 | 1042641 | 866 866 | 2206 2206 |
| 1042648 | 1042648 | 866 866 | 2207 2207 |
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)
);