inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 109170
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 833134 | 833134 | 173325 173325 | 109170 109170 |
| 833135 | 833135 | 229038 229038 | 109170 109170 |
| 833136 | 833136 | 155685 155685 | 109170 109170 |
| 833137 | 833137 | 77671 77671 | 109170 109170 |
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)
);