inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58223
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 614174 | 614174 | 58223 58223 | 2313 2313 |
| 757144 | 757144 | 58223 58223 | 84953 84953 |
| 799947 | 799947 | 58223 58223 | 84954 84954 |
| 803414 | 803414 | 58223 58223 | 84955 84955 |
| 1011977 | 1011977 | 58223 58223 | 27709 27709 |
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)
);