inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 12993
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 748227 | 748227 | 259396 259396 | 12993 12993 |
| 748228 | 748228 | 296491 296491 | 12993 12993 |
| 748229 | 748229 | 35751 35751 | 12993 12993 |
| 748230 | 748230 | 5760 5760 | 12993 12993 |
| 748231 | 748231 | 46288 46288 | 12993 12993 |
| 748232 | 748232 | 211466 211466 | 12993 12993 |
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)
);