inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 63299
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 25464 | 25464 | 63299 63299 | 8931 8931 |
| 188687 | 188687 | 63299 63299 | 8930 8930 |
| 910878 | 910878 | 63299 63299 | 92765 92765 |
| 911653 | 911653 | 63299 63299 | 92764 92764 |
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)
);