inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 50782
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 134756 | 134756 | 50782 50782 | 56416 56416 |
| 358142 | 358142 | 50782 50782 | 73860 73860 |
| 358301 | 358301 | 50782 50782 | 73859 73859 |
| 358306 | 358306 | 50782 50782 | 56417 56417 |
| 892352 | 892352 | 50782 50782 | 73861 73861 |
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)
);