inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 67345
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 952152 | 952152 | 46441 46441 | 67345 67345 |
| 952153 | 952153 | 240250 240250 | 67345 67345 |
| 952154 | 952154 | 154741 154741 | 67345 67345 |
| 952155 | 952155 | 76383 76383 | 67345 67345 |
| 952156 | 952156 | 231637 231637 | 67345 67345 |
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)
);