inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 139463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 477124 | 477124 | 163989 163989 | 139463 139463 |
| 477125 | 477125 | 283405 283405 | 139463 139463 |
| 477126 | 477126 | 283404 283404 | 139463 139463 |
| 477127 | 477127 | 252835 252835 | 139463 139463 |
| 477128 | 477128 | 97026 97026 | 139463 139463 |
| 477129 | 477129 | 532126 532126 | 139463 139463 |
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)
);