inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 42051
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 348478 | 348478 | 32484 32484 | 42051 42051 |
| 348479 | 348479 | 21850 21850 | 42051 42051 |
| 348480 | 348480 | 515346 515346 | 42051 42051 |
| 348481 | 348481 | 287194 287194 | 42051 42051 |
| 348482 | 348482 | 254939 254939 | 42051 42051 |
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)
);