inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 119981 | 119981 | 7242 7242 | 15398 15398 |
| 119982 | 119982 | 77490 77490 | 15398 15398 |
| 119983 | 119983 | 488804 488804 | 15398 15398 |
| 119984 | 119984 | 264378 264378 | 15398 15398 |
| 119985 | 119985 | 337082 337082 | 15398 15398 |
| 119986 | 119986 | 241860 241860 | 15398 15398 |
| 119987 | 119987 | 264379 264379 | 15398 15398 |
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)
);