inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10602
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 693170 | 693170 | 201771 201771 | 10602 10602 |
| 693171 | 693171 | 297238 297238 | 10602 10602 |
| 693172 | 693172 | 297239 297239 | 10602 10602 |
| 693173 | 693173 | 4332 4332 | 10602 10602 |
| 693174 | 693174 | 9500 9500 | 10602 10602 |
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)
);