inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 49
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 377247 | 377247 | 49 49 | 153 153 |
| 701455 | 701455 | 49 49 | 154 154 |
| 894259 | 894259 | 49 49 | 157 157 |
| 965898 | 965898 | 49 49 | 156 156 |
| 966565 | 966565 | 49 49 | 158 158 |
| 966689 | 966689 | 49 49 | 155 155 |
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)
);