inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 122028
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 113859 | 113859 | 336639 336639 | 122028 122028 |
| 113860 | 113860 | 159192 159192 | 122028 122028 |
| 113861 | 113861 | 263800 263800 | 122028 122028 |
| 113862 | 113862 | 263801 263801 | 122028 122028 |
| 113863 | 113863 | 86175 86175 | 122028 122028 |
| 113864 | 113864 | 230403 230403 | 122028 122028 |
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)
);