inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 69450
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 251558 | 251558 | 69450 69450 | 102147 102147 |
| 507112 | 507112 | 69450 69450 | 102145 102145 |
| 722984 | 722984 | 69450 69450 | 102146 102146 |
| 927477 | 927477 | 69450 69450 | 102148 102148 |
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)
);