inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68747
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 38019 | 38019 | 68747 68747 | 101145 101145 |
| 550691 | 550691 | 68747 68747 | 43324 43324 |
| 879944 | 879944 | 68747 68747 | 101143 101143 |
| 1032099 | 1032099 | 68747 68747 | 101144 101144 |
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)
);