inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 39
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 457612 | 457612 | 39 39 | 115 115 |
| 700668 | 700668 | 39 39 | 116 116 |
| 754836 | 754836 | 39 39 | 119 119 |
| 776256 | 776256 | 39 39 | 117 117 |
| 776392 | 776392 | 39 39 | 118 118 |
| 776468 | 776468 | 39 39 | 120 120 |
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)
);