inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 151844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 891702 | 891702 | 172432 172432 | 151844 151844 |
| 891703 | 891703 | 168760 168760 | 151844 151844 |
| 891704 | 891704 | 227296 227296 | 151844 151844 |
| 891705 | 891705 | 105159 105159 | 151844 151844 |
| 891706 | 891706 | 159597 159597 | 151844 151844 |
| 891707 | 891707 | 199913 199913 | 151844 151844 |
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)
);