inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 65945
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 505199 | 505199 | 65945 65945 | 6352 6352 |
| 786932 | 786932 | 65945 65945 | 96885 96885 |
| 856198 | 856198 | 65945 65945 | 96886 96886 |
| 1006072 | 1006072 | 65945 65945 | 96887 96887 |
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)
);