inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68926
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51669 | 51669 | 68926 68926 | 101352 101352 |
| 51686 | 51686 | 68926 68926 | 20118 20118 |
| 159862 | 159862 | 68926 68926 | 20117 20117 |
| 905254 | 905254 | 68926 68926 | 101354 101354 |
| 926040 | 926040 | 68926 68926 | 101353 101353 |
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)
);