inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 58910
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 232160 | 232160 | 328844 328844 | 58910 58910 |
| 232161 | 232161 | 36575 36575 | 58910 58910 |
| 232162 | 232162 | 110084 110084 | 58910 58910 |
| 232163 | 232163 | 171557 171557 | 58910 58910 |
| 232164 | 232164 | 505996 505996 | 58910 58910 |
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)
);