inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 250583
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 317580 | 317580 | 210040 210040 | 250583 250583 |
| 317581 | 317581 | 331031 331031 | 250583 250583 |
| 317582 | 317582 | 173354 173354 | 250583 250583 |
| 317583 | 317583 | 536297 536297 | 250583 250583 |
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)
);