inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 266375 | 266375 | 58255 58255 | 19225 19225 |
| 342694 | 342694 | 58255 58255 | 85040 85040 |
| 671377 | 671377 | 58255 58255 | 19224 19224 |
| 865183 | 865183 | 58255 58255 | 85039 85039 |
| 865184 | 865184 | 58255 58255 | 85041 85041 |
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)
);