Algorithms for Updating Relational Data

后端 未结 6 1773
情书的邮戳
情书的邮戳 2021-02-11 03:22

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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-11 04:02

    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

提交回复
热议问题