inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54123
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 123775 | 123775 | 502299 502299 | 54123 54123 |
| 123776 | 123776 | 345201 345201 | 54123 54123 |
| 123777 | 123777 | 103130 103130 | 54123 54123 |
| 123778 | 123778 | 229746 229746 | 54123 54123 |
| 123779 | 123779 | 28475 28475 | 54123 54123 |
| 123780 | 123780 | 534051 534051 | 54123 54123 |
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)
);