inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 8112
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305736 | 305736 | 208802 208802 | 8112 8112 |
| 305737 | 305737 | 10804 10804 | 8112 8112 |
| 305738 | 305738 | 89814 89814 | 8112 8112 |
| 305739 | 305739 | 247207 247207 | 8112 8112 |
| 305740 | 305740 | 71418 71418 | 8112 8112 |
| 305741 | 305741 | 530644 530644 | 8112 8112 |
| 305742 | 305742 | 3242 3242 | 8112 8112 |
| 305743 | 305743 | 223699 223699 | 8112 8112 |
| 305744 | 305744 | 495529 495529 | 8112 8112 |
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)
);