inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 84118
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 756415 | 756415 | 57687 57687 | 84118 84118 |
| 756416 | 756416 | 237741 237741 | 84118 84118 |
| 756417 | 756417 | 96235 96235 | 84118 84118 |
| 756418 | 756418 | 218872 218872 | 84118 84118 |
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)
);