inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16314
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192147 | 192147 | 42042 42042 | 16314 16314 |
| 192148 | 192148 | 78611 78611 | 16314 16314 |
| 192149 | 192149 | 226587 226587 | 16314 16314 |
| 192150 | 192150 | 527788 527788 | 16314 16314 |
| 192151 | 192151 | 7798 7798 | 16314 16314 |
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)
);