inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 166224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 324283 | 324283 | 507699 507699 | 166224 166224 |
| 324284 | 324284 | 113755 113755 | 166224 166224 |
| 324285 | 324285 | 222861 222861 | 166224 166224 |
| 324286 | 324286 | 536479 536479 | 166224 166224 |
| 324287 | 324287 | 173833 173833 | 166224 166224 |
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)
);