inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 65519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 475980 | 475980 | 65519 65519 | 39616 39616 |
| 756152 | 756152 | 65519 65519 | 96251 96251 |
| 756154 | 756154 | 65519 65519 | 96252 96252 |
| 797149 | 797149 | 65519 65519 | 96250 96250 |
| 993112 | 993112 | 65519 65519 | 7235 7235 |
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)
);