inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19977
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 153210 | 153210 | 86651 86651 | 19977 19977 |
| 153211 | 153211 | 348189 348189 | 19977 19977 |
| 153212 | 153212 | 9823 9823 | 19977 19977 |
| 153213 | 153213 | 493886 493886 | 19977 19977 |
| 153214 | 153214 | 228383 228383 | 19977 19977 |
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)
);