inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 122284
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 119201 | 119201 | 230207 230207 | 122284 122284 |
| 119202 | 119202 | 86342 86342 | 122284 122284 |
| 119203 | 119203 | 344794 344794 | 122284 122284 |
| 119204 | 119204 | 241775 241775 | 122284 122284 |
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)
);