inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31320
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 194294 | 194294 | 169352 169352 | 31320 31320 |
| 194295 | 194295 | 106398 106398 | 31320 31320 |
| 194296 | 194296 | 16152 16152 | 31320 31320 |
| 194297 | 194297 | 331017 331017 | 31320 31320 |
| 194298 | 194298 | 504287 504287 | 31320 31320 |
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)
);