inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 42742
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 542632 | 542632 | 516959 516959 | 42742 42742 |
| 542633 | 542633 | 22208 22208 | 42742 42742 |
| 542634 | 542634 | 130378 130378 | 42742 42742 |
| 542635 | 542635 | 41985 41985 | 42742 42742 |
| 542636 | 542636 | 185055 185055 | 42742 42742 |
| 542637 | 542637 | 55247 55247 | 42742 42742 |
| 542638 | 542638 | 287810 287810 | 42742 42742 |
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)
);