inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17319
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 453528 | 453528 | 490725 490725 | 17319 17319 |
| 453529 | 453529 | 8356 8356 | 17319 17319 |
| 453530 | 453530 | 156946 156946 | 17319 17319 |
| 453531 | 453531 | 81040 81040 | 17319 17319 |
| 453532 | 453532 | 219058 219058 | 17319 17319 |
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)
);