inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 56129
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51171 | 51171 | 56129 56129 | 34736 34736 |
| 325382 | 325382 | 56129 56129 | 7709 7709 |
| 902127 | 902127 | 56129 56129 | 81834 81834 |
| 903192 | 903192 | 56129 56129 | 81835 81835 |
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)
);