inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 122064
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 114778 | 114778 | 263890 263890 | 122064 122064 |
| 114779 | 114779 | 86195 86195 | 122064 122064 |
| 114780 | 114780 | 529612 529612 | 122064 122064 |
| 114781 | 114781 | 299581 299581 | 122064 122064 |
| 114782 | 114782 | 263891 263891 | 122064 122064 |
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)
);