inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 109952
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1044756 | 1044756 | 78279 78279 | 109952 109952 |
| 1044757 | 1044757 | 227432 227432 | 109952 109952 |
| 1044758 | 1044758 | 207749 207749 | 109952 109952 |
| 1044759 | 1044759 | 243794 243794 | 109952 109952 |
| 1044760 | 1044760 | 236440 236440 | 109952 109952 |
| 1044761 | 1044761 | 207748 207748 | 109952 109952 |
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)
);