inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 37243
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 393969 | 393969 | 278473 278473 | 37243 37243 |
| 393970 | 393970 | 510156 510156 | 37243 37243 |
| 393971 | 393971 | 42884 42884 | 37243 37243 |
| 393972 | 393972 | 119280 119280 | 37243 37243 |
| 393973 | 393973 | 60707 60707 | 37243 37243 |
| 393974 | 393974 | 19343 19343 | 37243 37243 |
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)
);