inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 18612
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 863991 | 863991 | 9080 9080 | 18612 18612 |
| 863992 | 863992 | 83170 83170 | 18612 18612 |
| 863993 | 863993 | 285516 285516 | 18612 18612 |
| 863994 | 863994 | 491945 491945 | 18612 18612 |
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)
);