Transactions sql. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Transactions sql.

Some examples ROLLBACK and COMIT of how to do transactions in a library database.

28th Sep 2020, 3:42 AM
123456
123456 - avatar
2 Respostas
+ 4
You can also practice using SQLFiddle. Here's an example I threw together for transaction rollback. http://sqlfiddle.com/#!18/6be17c/7
30th Sep 2020, 8:40 AM
David Carroll
David Carroll - avatar
+ 1
Find an open source library system on the net, that is better option coz you can also learn how such system works. School library system may differ one from the other, that makes it hard to actually provide an example, it depends on system design.
30th Sep 2020, 4:29 AM
Ipang