inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 72556
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 422578 | 422578 | 302642 302642 | 72556 72556 |
| 422579 | 422579 | 94679 94679 | 72556 72556 |
| 422580 | 422580 | 49953 49953 | 72556 72556 |
| 422581 | 422581 | 279456 279456 | 72556 72556 |
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)
);