Databases
Always make changes inside of transactions:
BEGIN ; to start the transaction
ROLLBACK ; to abort the transaction
COMMIT ; to allow committing the queries made inside of the transaction
Always make changes inside of transactions:
BEGIN ; to start the transaction
ROLLBACK ; to abort the transaction
COMMIT ; to allow committing the queries made inside of the transaction