inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61390
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 937685 | 937685 | 153018 153018 | 61390 61390 |
| 937686 | 937686 | 525337 525337 | 61390 61390 |
| 937687 | 937687 | 40539 40539 | 61390 61390 |
| 937688 | 937688 | 251179 251179 | 61390 61390 |
| 937689 | 937689 | 73681 73681 | 61390 61390 |
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)
);