inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 84117
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 457305 | 457305 | 532004 532004 | 84117 84117 |
| 457306 | 457306 | 345223 345223 | 84117 84117 |
| 457307 | 457307 | 237741 237741 | 84117 84117 |
| 457308 | 457308 | 218872 218872 | 84117 84117 |
| 457309 | 457309 | 57687 57687 | 84117 84117 |
| 457310 | 457310 | 96235 96235 | 84117 84117 |
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)
);