Algorithms for Updating Relational Data

后端 未结 6 1253
离开以前
离开以前 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条回答
  •  旧时难觅i
    2021-02-11 03:57

    OpenDbDiff has source code available. You could look at that and figure out the algorithms.

    http://opendbiff.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25206

提交回复
热议问题