inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 63054
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192600 | 192600 | 504220 504220 | 63054 63054 |
| 192601 | 192601 | 43152 43152 | 63054 63054 |
| 192602 | 192602 | 534929 534929 | 63054 63054 |
| 192603 | 192603 | 244434 244434 | 63054 63054 |
| 192604 | 192604 | 226557 226557 | 63054 63054 |
| 192605 | 192605 | 328674 328674 | 63054 63054 |
| 192606 | 192606 | 268887 268887 | 63054 63054 |
| 192607 | 192607 | 268888 268888 | 63054 63054 |
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)
);