inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 30972
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 185704 | 185704 | 534818 534818 | 30972 30972 |
| 185705 | 185705 | 268333 268333 | 30972 30972 |
| 185706 | 185706 | 268332 268332 | 30972 30972 |
| 185707 | 185707 | 15962 15962 | 30972 30972 |
| 185708 | 185708 | 329190 329190 | 30972 30972 |
| 185709 | 185709 | 244126 244126 | 30972 30972 |
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)
);