Teiid is a data virtualization system that allows applications to use data from multiple, heterogenous data stores.
We know SQL in RDBMS has such a feature: produce a view which including columns from different tables.
Does Teiid has the same feature when integrate data from different data source.
For example, there is a flat file data source with a schema (id, book_name), and a rdbms data source with a schema (id, price). Is there any solution to make a integration schema(id, book_name, price) in Teiid?