0 votes
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()

Related questions

0 votes
asked Jun 28, 2022 in Django by Robin
0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
...