inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15816
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 145273 | 145273 | 489146 489146 | 15816 15816 |
| 145274 | 145274 | 7505 7505 | 15816 15816 |
| 145275 | 145275 | 228609 228609 | 15816 15816 |
| 145276 | 145276 | 33158 33158 | 15816 15816 |
| 145277 | 145277 | 59947 59947 | 15816 15816 |
| 145278 | 145278 | 265904 265904 | 15816 15816 |
| 145279 | 145279 | 77946 77946 | 15816 15816 |
| 145280 | 145280 | 155851 155851 | 15816 15816 |
| 145281 | 145281 | 242830 242830 | 15816 15816 |
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)
);