inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 187285
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 493617 | 493617 | 126085 126085 | 187285 187285 |
| 493618 | 493618 | 300827 300827 | 187285 187285 |
| 493619 | 493619 | 513059 513059 | 187285 187285 |
| 493620 | 493620 | 182766 182766 | 187285 187285 |
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)
);