inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 118159
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 560167 | 560167 | 255690 255690 | 118159 118159 |
| 560168 | 560168 | 321313 321313 | 118159 118159 |
| 560169 | 560169 | 83755 83755 | 118159 118159 |
| 560170 | 560170 | 492474 492474 | 118159 118159 |
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)
);