inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10655
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 841970 | 841970 | 11303 11303 | 10655 10655 |
| 841971 | 841971 | 4358 4358 | 10655 10655 |
| 841972 | 841972 | 496590 496590 | 10655 10655 |
| 841973 | 841973 | 248830 248830 | 10655 10655 |
| 841974 | 841974 | 276149 276149 | 10655 10655 |
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)
);