inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 70186
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 646233 | 646233 | 70186 70186 | 6239 6239 |
| 759164 | 759164 | 70186 70186 | 103287 103287 |
| 776161 | 776161 | 70186 70186 | 103288 103288 |
| 926931 | 926931 | 70186 70186 | 103289 103289 |
| 950044 | 950044 | 70186 70186 | 6241 6241 |
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)
);