inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 36305
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 662338 | 662338 | 509251 509251 | 36305 36305 |
| 662339 | 662339 | 33279 33279 | 36305 36305 |
| 662340 | 662340 | 18854 18854 | 36305 36305 |
| 662341 | 662341 | 537246 537246 | 36305 36305 |
| 662342 | 662342 | 52785 52785 | 36305 36305 |
| 662343 | 662343 | 277200 277200 | 36305 36305 |
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)
);