in Django by

Select the incorrect statement: Database Transaction ________.

select the correct answer from below options

a) is started by enabling autocommit using set_autocommit()

b) use commit() to apply the changes

c) is an atomic set of database queries which applies either all or no changes to the data

d) use rollback() to cancel the changes

1 Answer

0 votes
by

a) is started by enabling autocommit using set_autocommit()

...