inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 55194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 449945 | 449945 | 251632 251632 | 55194 55194 |
| 449946 | 449946 | 30302 30302 | 55194 55194 |
| 449947 | 449947 | 95852 95852 | 55194 55194 |
| 449948 | 449948 | 498541 498541 | 55194 55194 |
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)
);