inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61223
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 218659 | 218659 | 108522 108522 | 61223 61223 |
| 218660 | 218660 | 245675 245675 | 61223 61223 |
| 218661 | 218661 | 61361 61361 | 61223 61223 |
| 218662 | 218662 | 40187 40187 | 61223 61223 |
| 218663 | 218663 | 505277 505277 | 61223 61223 |
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)
);