inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30498
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1003193 | 1003193 | 42338 42338 | 30498 30498 |
| 1003194 | 1003194 | 15694 15694 | 30498 30498 |
| 1003195 | 1003195 | 503365 503365 | 30498 30498 |
| 1003196 | 1003196 | 534581 534581 | 30498 30498 |
| 1003197 | 1003197 | 243505 243505 | 30498 30498 |
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)
);