inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 108868
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 117783 | 117783 | 77413 77413 | 108868 108868 |
| 117784 | 117784 | 201503 201503 | 108868 108868 |
| 117785 | 117785 | 207494 207494 | 108868 108868 |
| 117786 | 117786 | 207493 207493 | 108868 108868 |
| 117787 | 117787 | 230261 230261 | 108868 108868 |
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)
);