inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 70174
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 816794 | 816794 | 73795 73795 | 70174 70174 |
| 816795 | 816795 | 48263 48263 | 70174 70174 |
| 816796 | 816796 | 251830 251830 | 70174 70174 |
| 816797 | 816797 | 485756 485756 | 70174 70174 |
| 816798 | 816798 | 205882 205882 | 70174 70174 |
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)
);