inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 72182
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 107265 | 107265 | 313773 313773 | 72182 72182 |
| 107266 | 107266 | 230593 230593 | 72182 72182 |
| 107267 | 107267 | 49598 49598 | 72182 72182 |
| 107268 | 107268 | 77106 77106 | 72182 72182 |
| 107269 | 107269 | 155304 155304 | 72182 72182 |
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)
);