inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58372
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51320 | 51320 | 58372 58372 | 12220 12220 |
| 647094 | 647094 | 58372 58372 | 2446 2446 |
| 804910 | 804910 | 58372 58372 | 85235 85235 |
| 865359 | 865359 | 58372 58372 | 85234 85234 |
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)
);