inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21122
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 217761 | 217761 | 270625 270625 | 21122 21122 |
| 217762 | 217762 | 67994 67994 | 21122 21122 |
| 217763 | 217763 | 494736 494736 | 21122 21122 |
| 217764 | 217764 | 88119 88119 | 21122 21122 |
| 217765 | 217765 | 10458 10458 | 21122 21122 |
| 217766 | 217766 | 347301 347301 | 21122 21122 |
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)
);