Computer Science, asked by humayunkobirice, 1 year ago

What SQL statement must end the transaction?

Answers

Answered by AJThe123456
1
Heyy mate ❤✌✌❤

Here's your Answer..

End' is used to end the procedure/function. It is important for the statement to be executed. 'Commit' is being used to permanently save all changes in the transaction.
✔✔✔✔

AJThe123456: please mark it as brainliest
Answered by aqibkincsem
0

An SQL transaction ends when it is rolled back or committed, either directly with a COMMIT statement or with a ROLLBACK statement.

It can implicitly be also done when a DDL statement is made by a user. An SQL transaction starts when the first executable SQL statement is made.

To understand the concept of an SQL transaction, try to get a banking database.

Similar questions