inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 20949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 957902 | 957902 | 57674 57674 | 20949 20949 |
| 957903 | 957903 | 41263 41263 | 20949 20949 |
| 957904 | 957904 | 494555 494555 | 20949 20949 |
| 957905 | 957905 | 10366 10366 | 20949 20949 |
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)
);