inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 65457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 222480 | 222480 | 65457 65457 | 21205 21205 |
| 703410 | 703410 | 65457 65457 | 96147 96147 |
| 703483 | 703483 | 65457 65457 | 96146 96146 |
| 771791 | 771791 | 65457 65457 | 96148 96148 |
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)
);