inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 81065
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 903161 | 903161 | 219868 219868 | 81065 81065 |
| 903162 | 903162 | 80393 80393 | 81065 81065 |
| 903163 | 903163 | 162294 162294 | 81065 81065 |
| 903164 | 903164 | 55487 55487 | 81065 81065 |
| 903165 | 903165 | 160613 160613 | 81065 81065 |
| 903166 | 903166 | 156722 156722 | 81065 81065 |
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)
);