inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 123383
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 191601 | 191601 | 340265 340265 | 123383 123383 |
| 191602 | 191602 | 268790 268790 | 123383 123383 |
| 191603 | 191603 | 494277 494277 | 123383 123383 |
| 191604 | 191604 | 268789 268789 | 123383 123383 |
| 191605 | 191605 | 244373 244373 | 123383 123383 |
| 191606 | 191606 | 87172 87172 | 123383 123383 |
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)
);