Algorithms for Updating Relational Data

后端 未结 6 1782
情书的邮戳
情书的邮戳 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条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-11 03:45

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

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

提交回复
热议问题