inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 68051
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 900952 | 900952 | 154342 154342 | 68051 68051 |
| 900953 | 900953 | 206668 206668 | 68051 68051 |
| 900954 | 900954 | 206670 206670 | 68051 68051 |
| 900955 | 900955 | 239121 239121 | 68051 68051 |
| 900956 | 900956 | 75823 75823 | 68051 68051 |
| 900957 | 900957 | 46941 46941 | 68051 68051 |
| 900958 | 900958 | 206669 206669 | 68051 68051 |
| 900959 | 900959 | 211013 211013 | 68051 68051 |
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)
);