inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 110841
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 829976 | 829976 | 248625 248625 | 110841 110841 |
| 829977 | 829977 | 222200 222200 | 110841 110841 |
| 829978 | 829978 | 237267 237267 | 110841 110841 |
| 829979 | 829979 | 78951 78951 | 110841 110841 |
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)
);