inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17591
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 462910 | 462910 | 8511 8511 | 17591 17591 |
| 462911 | 462911 | 81405 81405 | 17591 17591 |
| 462912 | 462912 | 218616 218616 | 17591 17591 |
| 462913 | 462913 | 65237 65237 | 17591 17591 |
| 462914 | 462914 | 252259 252259 | 17591 17591 |
| 462915 | 462915 | 490956 490956 | 17591 17591 |
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)
);