inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 55990
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 95742 | 95742 | 55990 55990 | 14576 14576 |
| 257041 | 257041 | 55990 55990 | 81610 81610 |
| 257644 | 257644 | 55990 55990 | 81611 81611 |
| 264134 | 264134 | 55990 55990 | 81612 81612 |
| 961721 | 961721 | 55990 55990 | 81613 81613 |
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)
);