inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 60526
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 479198 | 479198 | 60526 60526 | 88667 88667 |
| 883302 | 883302 | 60526 60526 | 88670 88670 |
| 883304 | 883304 | 60526 60526 | 88668 88668 |
| 883693 | 883693 | 60526 60526 | 88669 88669 |
| 884560 | 884560 | 60526 60526 | 88671 88671 |
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)
);