inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 17882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 352857 | 352857 | 283568 283568 | 17882 17882 |
| 352858 | 352858 | 32676 32676 | 17882 17882 |
| 352859 | 352859 | 491156 491156 | 17882 17882 |
| 352860 | 352860 | 66597 66597 | 17882 17882 |
| 352861 | 352861 | 8676 8676 | 17882 17882 |
| 352862 | 352862 | 528649 528649 | 17882 17882 |
| 352863 | 352863 | 252927 252927 | 17882 17882 |
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)
);