inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 39185 | 39185 | 484116 484116 | 405289 405289 |
| 39186 | 39186 | 379730 379730 | 405289 405289 |
| 39187 | 39187 | 427892 427892 | 405289 405289 |
| 39188 | 39188 | 514925 514925 | 405289 405289 |
| 39189 | 39189 | 467811 467811 | 405289 405289 |
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)
);