inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54124
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 45600 | 45600 | 534051 534051 | 54124 54124 |
| 45601 | 45601 | 28475 28475 | 54124 54124 |
| 45602 | 45602 | 103130 103130 | 54124 54124 |
| 45603 | 45603 | 502299 502299 | 54124 54124 |
| 45604 | 45604 | 229746 229746 | 54124 54124 |
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)
);