inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 13200
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 721343 | 721343 | 60750 60750 | 13200 13200 |
| 721344 | 721344 | 487276 487276 | 13200 13200 |
| 721345 | 721345 | 5900 5900 | 13200 13200 |
| 721346 | 721346 | 259704 259704 | 13200 13200 |
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)
);