0 votes
in Sql by
What is a transaction in SQL?

1 Answer

0 votes
by

A transaction is a sequence of code that runs against a database. It takes the database from one consistent state to another.

...