inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 108108
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 789841 | 789841 | 231195 231195 | 108108 108108 |
| 789842 | 789842 | 76667 76667 | 108108 108108 |
| 789843 | 789843 | 207076 207076 | 108108 108108 |
| 789844 | 789844 | 240647 240647 | 108108 108108 |
| 789845 | 789845 | 201480 201480 | 108108 108108 |
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)
);