inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 24632
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 973903 | 973903 | 61246 61246 | 24632 24632 |
| 973904 | 973904 | 12367 12367 | 24632 24632 |
| 973905 | 973905 | 498764 498764 | 24632 24632 |
| 973906 | 973906 | 239440 239440 | 24632 24632 |
| 973907 | 973907 | 282032 282032 | 24632 24632 |
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)
);