25.8k views
0 votes
The sql command that lets you permanently save data changes is ____.

1 Answer

5 votes
COMMIT. If you use transactions, you can perform a collection of changes that are not saved until you commit them. It bundles all the changes as one atomic happening, that either completely succeeds or completely fails (rollback).
User SergkeiM
by
8.4k points

No related questions found