SQL Data Types :
Definition of Data Type :
SQL data types defines the type of values, that can be stored in a...
Tuesday, April 7, 2020
Wednesday, October 16, 2019
Sunday, May 19, 2019
Monday, April 29, 2019
Thursday, April 25, 2019
Wednesday, April 24, 2019
Tuesday, April 23, 2019
Sunday, April 21, 2019
Tuesday, April 16, 2019
ROLLBACK Command
This command restore the database to last committed state.
It is also used with savepoint command...
SAVEPOINT Command
Savepoint command used to save temporarily transaction, so that you can rollback to that point...