inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 40116
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 491866 | 491866 | 320166 320166 | 40116 40116 |
| 491867 | 491867 | 30465 30465 | 40116 40116 |
| 491868 | 491868 | 512994 512994 | 40116 40116 |
| 491869 | 491869 | 20849 20849 | 40116 40116 |
| 491870 | 491870 | 49447 49447 | 40116 40116 |
| 491871 | 491871 | 125930 125930 | 40116 40116 |
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)
);