inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16213
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1012736 | 1012736 | 7736 7736 | 16213 16213 |
| 1012737 | 1012737 | 58121 58121 | 16213 16213 |
| 1012738 | 1012738 | 244186 244186 | 16213 16213 |
| 1012739 | 1012739 | 42521 42521 | 16213 16213 |
| 1012740 | 1012740 | 268420 268420 | 16213 16213 |
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)
);