inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 84846
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 74872 | 74872 | 102037 102037 | 84846 84846 |
| 74873 | 74873 | 231736 231736 | 84846 84846 |
| 74874 | 74874 | 58160 58160 | 84846 84846 |
| 74875 | 74875 | 166140 166140 | 84846 84846 |
| 74876 | 74876 | 533737 533737 | 84846 84846 |
| 74877 | 74877 | 348401 348401 | 84846 84846 |
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)
);