inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 55034
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 39020 | 39020 | 55034 55034 | 9736 9736 |
| 279332 | 279332 | 55034 55034 | 80451 80451 |
| 327055 | 327055 | 55034 55034 | 9735 9735 |
| 1027431 | 1027431 | 55034 55034 | 80452 80452 |
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)
);