inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 85123
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 865209 | 865209 | 118260 118260 | 85123 85123 |
| 865210 | 865210 | 176881 176881 | 85123 85123 |
| 865211 | 865211 | 509690 509690 | 85123 85123 |
| 865212 | 865212 | 58303 58303 | 85123 85123 |
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)
);