I need to transform between two different database schemas the same data. For example i have one table in old schema like this:
and i need to transform it to new schema like this:
So i have few questions to ask:
- Does exist software that can migrate data between these two schemas (Without or with little usage of SQL)?
- If it exist, can this software migrate even between two platforms (I.e. MSSQL to Oracle)?
Thanks!