inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30344
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 163719 | 163719 | 168345 168345 | 30344 30344 |
| 163720 | 163720 | 503165 503165 | 30344 30344 |
| 163721 | 163721 | 304927 304927 | 30344 30344 |
| 163722 | 163722 | 15597 15597 | 30344 30344 |
| 163723 | 163723 | 104251 104251 | 30344 30344 |
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)
);