inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 22613
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 361045 | 361045 | 91667 91667 | 22613 22613 |
| 361046 | 361046 | 314362 314362 | 22613 22613 |
| 361047 | 361047 | 161706 161706 | 22613 22613 |
| 361048 | 361048 | 11277 11277 | 22613 22613 |
| 361049 | 361049 | 35844 35844 | 22613 22613 |
| 361050 | 361050 | 496540 496540 | 22613 22613 |
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)
);