inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23652
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 419014 | 419014 | 11845 11845 | 23652 23652 |
| 419015 | 419015 | 341096 341096 | 23652 23652 |
| 419016 | 419016 | 94293 94293 | 23652 23652 |
| 419017 | 419017 | 53799 53799 | 23652 23652 |
| 419018 | 419018 | 497819 497819 | 23652 23652 |
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)
);