inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 675
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 488192 | 488192 | 73037 73037 | 675 675 |
| 488193 | 488193 | 244 244 | 675 675 |
| 488194 | 488194 | 538688 538688 | 675 675 |
| 488195 | 488195 | 125554 125554 | 675 675 |
| 488196 | 488196 | 253250 253250 | 675 675 |
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)
);