inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 341358
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 261103 | 261103 | 425680 425680 | 341358 341358 |
| 261104 | 261104 | 466111 466111 | 341358 341358 |
| 261105 | 261105 | 377622 377622 | 341358 341358 |
| 261106 | 261106 | 425679 425679 | 341358 341358 |
| 261107 | 261107 | 483969 483969 | 341358 341358 |
| 261108 | 261108 | 466110 466110 | 341358 341358 |
| 261109 | 261109 | 499373 499373 | 341358 341358 |
| 261110 | 261110 | 254062 254062 | 341358 341358 |
| 261111 | 261111 | 377623 377623 | 341358 341358 |
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)
);