inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 303041 | 303041 | 239247 239247 | 21690 21690 |
| 303042 | 303042 | 10765 10765 | 21690 21690 |
| 303043 | 303043 | 272585 272585 | 21690 21690 |
| 303044 | 303044 | 272584 272584 | 21690 21690 |
| 303045 | 303045 | 307979 307979 | 21690 21690 |
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)
);