inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 945984 | 945984 | 241964 241964 | 15452 15452 |
| 945985 | 945985 | 488844 488844 | 15452 15452 |
| 945986 | 945986 | 40734 40734 | 15452 15452 |
| 945987 | 945987 | 63761 63761 | 15452 15452 |
| 945988 | 945988 | 264577 264577 | 15452 15452 |
| 945989 | 945989 | 7273 7273 | 15452 15452 |
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)
);