inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 50774
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 255666 | 255666 | 50774 50774 | 73851 73851 |
| 342584 | 342584 | 50774 50774 | 17796 17796 |
| 475826 | 475826 | 50774 50774 | 17795 17795 |
| 717029 | 717029 | 50774 50774 | 73850 73850 |
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)
);