|
|
Frequently database applications evolve over time. Data schemas are modified. Tables and attributes may be added, removed, combined, or split. Once the data schema is changed, we want to translate the SQL statements in the application accordingly. SQL2SQL is a tool designed to fulfill this purpose. Taking schema mapping and the SQL statement as inputs, it produce the equivalent SQL statement as an output. |
|
|
|