inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 64520
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 870150 | 870150 | 64740 64740 | 64520 64520 |
| 870151 | 870151 | 44642 44642 | 64520 64520 |
| 870152 | 870152 | 44647 44647 | 64520 64520 |
| 870153 | 870153 | 44646 44646 | 64520 64520 |
| 870154 | 870154 | 44645 44645 | 64520 64520 |
| 870155 | 870155 | 44648 44648 | 64520 64520 |
| 870156 | 870156 | 44644 44644 | 64520 64520 |
| 870157 | 870157 | 44649 44649 | 64520 64520 |
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)
);