inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 90162
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 340532 | 340532 | 222194 222194 | 90162 90162 |
| 340533 | 340533 | 61540 61540 | 90162 90162 |
| 340534 | 340534 | 78960 78960 | 90162 90162 |
| 340535 | 340535 | 336986 336986 | 90162 90162 |
| 340536 | 340536 | 156353 156353 | 90162 90162 |
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)
);