inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 30583
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 852161 | 852161 | 15746 15746 | 30583 30583 |
| 852162 | 852162 | 67424 67424 | 30583 30583 |
| 852163 | 852163 | 534644 534644 | 30583 30583 |
| 852164 | 852164 | 38754 38754 | 30583 30583 |
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)
);