inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 25245
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 251429 | 251429 | 272462 272462 | 25245 25245 |
| 251430 | 251430 | 246894 246894 | 25245 25245 |
| 251431 | 251431 | 506474 506474 | 25245 25245 |
| 251432 | 251432 | 63256 63256 | 25245 25245 |
| 251433 | 251433 | 12711 12711 | 25245 25245 |
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)
);