inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
24 rows where query_id = 15446
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 255022 | 255022 | 264565 264565 | 15446 15446 |
| 255023 | 255023 | 452161 452161 | 15446 15446 |
| 255024 | 255024 | 230156 230156 | 15446 15446 |
| 255025 | 255025 | 31539 31539 | 15446 15446 |
| 255026 | 255026 | 241957 241957 | 15446 15446 |
| 255027 | 255027 | 452160 452160 | 15446 15446 |
| 255028 | 255028 | 403202 403202 | 15446 15446 |
| 255029 | 255029 | 358772 358772 | 15446 15446 |
| 255030 | 255030 | 358770 358770 | 15446 15446 |
| 255031 | 255031 | 403204 403204 | 15446 15446 |
| 255032 | 255032 | 452164 452164 | 15446 15446 |
| 255033 | 255033 | 358769 358769 | 15446 15446 |
| 255034 | 255034 | 59572 59572 | 15446 15446 |
| 255035 | 255035 | 480674 480674 | 15446 15446 |
| 255036 | 255036 | 59575 59575 | 15446 15446 |
| 255037 | 255037 | 7270 7270 | 15446 15446 |
| 255038 | 255038 | 358773 358773 | 15446 15446 |
| 255039 | 255039 | 358771 358771 | 15446 15446 |
| 255040 | 255040 | 403203 403203 | 15446 15446 |
| 255041 | 255041 | 403201 403201 | 15446 15446 |
| 255042 | 255042 | 403205 403205 | 15446 15446 |
| 255043 | 255043 | 452163 452163 | 15446 15446 |
| 255044 | 255044 | 488841 488841 | 15446 15446 |
| 255045 | 255045 | 452162 452162 | 15446 15446 |
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)
);