Transaction Management in SQL Server and C#

所在平台: Udemy

课程主页: https://www.udemy.com/course/transaction-management-in-sql-server/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:SQL Server和C#中的事务管理 课程概述:事务是对数据库执行的一组工作单元。事务可以是用户手动完成的,也可以是由某种数据库程序自动执行的逻辑工作序列。事务的作用是将一个或多个更改传播到数据库中。例如,当您在表中创建、更新或删除记录时,您正在对该表执行一个事务。因此,控制这些事务至关重要,以确保数据的完整性并处理数据库错误。在本课程中,我们将深入探讨事务控制机制。您将学习使用C#和SQL Server构建可靠且一致的数据库应用程序所需的所有知识。

课程评论(0条)

课程详情

A transaction is a unit of work that is performed against a database. Transactions are units or sequences of work accomplished in a logical order, whether in a manual fashion by a user or automatically by some sort of a database program. A transaction is the propagation of one or more changes to the database. For example, if you are creating a record or updating a record or deleting a record from the table, then you are performing a transaction on that table. It is important to control these transactions to ensure the data integrity and to handle database errors. In this course, we are going to dive deeply into transaction control mechanism. You will learn everything you need to build your concrete and consistent database applications using C# and SQL Server.

课程标签

0人关注该课程

主题相关的课程