inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 127091
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 300131 | 300131 | 223939 223939 | 127091 127091 |
| 300132 | 300132 | 334392 334392 | 127091 127091 |
| 300133 | 300133 | 89462 89462 | 127091 127091 |
| 300134 | 300134 | 160637 160637 | 127091 127091 |
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)
);