inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 108805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 116188 | 116188 | 264008 264008 | 108805 108805 |
| 116189 | 116189 | 327844 327844 | 108805 108805 |
| 116190 | 116190 | 77363 77363 | 108805 108805 |
| 116191 | 116191 | 241667 241667 | 108805 108805 |
| 116192 | 116192 | 488707 488707 | 108805 108805 |
| 116193 | 116193 | 264009 264009 | 108805 108805 |
| 116194 | 116194 | 155470 155470 | 108805 108805 |
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)
);