inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 102057
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 102441 | 102441 | 77022 77022 | 102057 102057 |
| 102442 | 102442 | 155235 155235 | 102057 102057 |
| 102443 | 102443 | 316136 316136 | 102057 102057 |
| 102444 | 102444 | 69394 69394 | 102057 102057 |
| 102445 | 102445 | 527018 527018 | 102057 102057 |
| 102446 | 102446 | 241080 241080 | 102057 102057 |
| 102447 | 102447 | 230793 230793 | 102057 102057 |
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)
);