inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 123389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 191673 | 191673 | 244380 244380 | 123389 123389 |
| 191674 | 191674 | 268805 268805 | 123389 123389 |
| 191675 | 191675 | 87175 87175 | 123389 123389 |
| 191676 | 191676 | 226618 226618 | 123389 123389 |
| 191677 | 191677 | 159655 159655 | 123389 123389 |
| 191678 | 191678 | 331644 331644 | 123389 123389 |
| 191679 | 191679 | 268806 268806 | 123389 123389 |
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)
);