inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 38086
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 36058 | 36058 | 280493 280493 | 38086 38086 |
| 36059 | 36059 | 50892 50892 | 38086 38086 |
| 36060 | 36060 | 511031 511031 | 38086 38086 |
| 36061 | 36061 | 28358 28358 | 38086 38086 |
| 36062 | 36062 | 19780 19780 | 38086 38086 |
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)
);