inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 42421
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 977216 | 977216 | 41861 41861 | 42421 42421 |
| 977217 | 977217 | 516245 516245 | 42421 42421 |
| 977218 | 977218 | 287524 287524 | 42421 42421 |
| 977219 | 977219 | 255063 255063 | 42421 42421 |
| 977220 | 977220 | 22044 22044 | 42421 42421 |
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)
);