inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 25900
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 558821 | 558821 | 50684 50684 | 25900 25900 |
| 558822 | 558822 | 13071 13071 | 25900 25900 |
| 558823 | 558823 | 303005 303005 | 25900 25900 |
| 558824 | 558824 | 499949 499949 | 25900 25900 |
| 558825 | 558825 | 255619 255619 | 25900 25900 |
| 558826 | 558826 | 99205 99205 | 25900 25900 |
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)
);