inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 25426
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 477253 | 477253 | 283419 283419 | 25426 25426 |
| 477254 | 477254 | 252843 252843 | 25426 25426 |
| 477255 | 477255 | 97041 97041 | 25426 25426 |
| 477256 | 477256 | 12808 12808 | 25426 25426 |
| 477257 | 477257 | 283418 283418 | 25426 25426 |
| 477258 | 477258 | 44898 44898 | 25426 25426 |
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)
);