Algorithms for Updating Relational Data

后端 未结 6 1242
离开以前
离开以前 2021-02-11 03:10

What algorithms are known to perform the task of updating a database by inserting, updating, and deleting rows in the presence of database constraints?

More specifically

6条回答
  •  广开言路
    2021-02-11 03:39

    It sounds like you are looking for a Database Diff tool. Such a tool would look for differences between two tables (or two databases), and generate the necessary scripts to align them.

    See the following post for more information:
    https://stackoverflow.com/questions/104203/anyone-know-of-any-good-database-diff-tools

提交回复
热议问题