Multiple choice What 'savepoint' command does in the SQL transaction? This command is used to mark the current point in the transaction when the transaction is in the process. This command is used to make the database changes permanent during the transaction. This command is used to undo the database changes in the transaction. This command can be used to rollback the part of the transaction. Both (1) and (4) are true Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, both the statements determines the properties of the 'savepoint' command.