inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 238462
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 614130 | 614130 | 238462 238462 | 5205 5205 |
| 823976 | 823976 | 238462 238462 | 326304 326304 |
| 885908 | 885908 | 238462 238462 | 326303 326303 |
| 886756 | 886756 | 238462 238462 | 326305 326305 |
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)
);