inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30963
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 245096 | 245096 | 15957 15957 | 30963 30963 |
| 245097 | 245097 | 48176 48176 | 30963 30963 |
| 245098 | 245098 | 503951 503951 | 30963 30963 |
| 245099 | 245099 | 268282 268282 | 30963 30963 |
| 245100 | 245100 | 30965 30965 | 30963 30963 |
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)
);