inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 89354
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 872394 | 872394 | 209240 209240 | 89354 89354 |
| 872395 | 872395 | 60989 60989 | 89354 89354 |
| 872396 | 872396 | 199858 199858 | 89354 89354 |
| 872397 | 872397 | 213859 213859 | 89354 89354 |
| 872398 | 872398 | 238399 238399 | 89354 89354 |
| 872399 | 872399 | 100557 100557 | 89354 89354 |
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)
);