inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 81647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 531823 | 531823 | 56000 56000 | 81647 81647 |
| 531824 | 531824 | 287151 287151 | 81647 81647 |
| 531825 | 531825 | 74209 74209 | 81647 81647 |
| 531826 | 531826 | 287152 287152 | 81647 81647 |
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)
);