Which applies the changes till savepoint to the transaction and releases the SID?
select the correct answer from below options
a) savepoint_commit(sid, using=None)
b) savepoint_rollback(sid, using=None)
c) savepoint(using=None)
d) None of the options