inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 54126
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 86379 | 86379 | 54126 54126 | 6381 6381 |
| 347782 | 347782 | 54126 54126 | 79095 79095 |
| 834526 | 834526 | 54126 54126 | 79096 79096 |
| 935944 | 935944 | 54126 54126 | 6382 6382 |
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)
);