inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 65455
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28369 | 28369 | 65455 65455 | 96141 96141 |
| 318204 | 318204 | 65455 65455 | 22170 22170 |
| 703478 | 703478 | 65455 65455 | 96139 96139 |
| 771773 | 771773 | 65455 65455 | 96142 96142 |
| 834778 | 834778 | 65455 65455 | 96140 96140 |
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)
);