inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 59957
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 145985 | 145985 | 265945 265945 | 59957 59957 |
| 145986 | 145986 | 38169 38169 | 59957 59957 |
| 145987 | 145987 | 265944 265944 | 59957 59957 |
| 145988 | 145988 | 77988 77988 | 59957 59957 |
| 145989 | 145989 | 341901 341901 | 59957 59957 |
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)
);