inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 62919
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 322177 | 322177 | 496015 496015 | 62919 62919 |
| 322178 | 322178 | 90679 90679 | 62919 62919 |
| 322179 | 322179 | 274201 274201 | 62919 62919 |
| 322180 | 322180 | 43008 43008 | 62919 62919 |
| 322181 | 322181 | 274202 274202 | 62919 62919 |
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)
);