inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 42636
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 542051 | 542051 | 185036 185036 | 42636 42636 |
| 542052 | 542052 | 45694 45694 | 42636 42636 |
| 542053 | 542053 | 22154 22154 | 42636 42636 |
| 542054 | 542054 | 130265 130265 | 42636 42636 |
| 542055 | 542055 | 40382 40382 | 42636 42636 |
| 542056 | 542056 | 516828 516828 | 42636 42636 |
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)
);