inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 67354
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 702684 | 702684 | 46467 46467 | 67354 67354 |
| 702685 | 702685 | 206758 206758 | 67354 67354 |
| 702686 | 702686 | 154468 154468 | 67354 67354 |
| 702687 | 702687 | 206757 206757 | 67354 67354 |
| 702688 | 702688 | 76000 76000 | 67354 67354 |
| 702689 | 702689 | 239156 239156 | 67354 67354 |
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)
);