inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 13114
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 946618 | 946618 | 45260 45260 | 13114 13114 |
| 946619 | 946619 | 5842 5842 | 13114 13114 |
| 946620 | 946620 | 487186 487186 | 13114 13114 |
| 946621 | 946621 | 259599 259599 | 13114 13114 |
| 946622 | 946622 | 526301 526301 | 13114 13114 |
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)
);