inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 8059 | 8059 | 61085 61085 | 89488 89488 |
| 447498 | 447498 | 61085 61085 | 2535 2535 |
| 809812 | 809812 | 61085 61085 | 89486 89486 |
| 810590 | 810590 | 61085 61085 | 89487 89487 |
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)
);