inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 67129
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 750684 | 750684 | 206846 206846 | 67129 67129 |
| 750685 | 750685 | 239791 239791 | 67129 67129 |
| 750686 | 750686 | 46268 46268 | 67129 67129 |
| 750687 | 750687 | 154575 154575 | 67129 67129 |
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)
);