SlideShare a Scribd company logo
1 of 7
ο‚ž

Database transaction is collection of SQL queries
which forms a logical one task. For transaction to
be completed successfully all SQL queries has to
run successfully

ο‚ž

Database should always remain consistent whether
transaction succeeded or failed.

ο‚ž

Transaction is implemented in database using SQL
keyword transaction, commit and rollback.
Database is used to store data required by
real life application e.g. Banking,
Healthcare, Finance etc. In order to protect
data and keep it consistent any changes in
this data needs to be done in transaction
so that even in case of failure data remain
in previous state before start of transaction.
There are four important properties of database transactions,
represented by acronym ACID.
ο‚ž

A stands for Atomicity, either all steps of transaction
completes or none of them.

ο‚ž

C stands for Consistency, transaction must leave database in
consistent state even if it succeed or rollback.

ο‚ž

I is for Isolation. Two database transactions happening at
same time should not affect each other.

ο‚ž

D stands for Durability, means saving the data related to
transaction.
To understand database transaction better let's see a
real life example of transaction in database. For
this example we will assume we have an Account
table which represent a Bank Account and we will
transfer money from one account to another
account.
start transaction
select balance from Account where Account Number='9001';
select balance from Account where Account Number='9002';
update Account set balance=balance-900 here Account
Number='9001' ;
update Account set balance=balance+900 here Account
Number='9002' ;
commit; //if all SQL queries succeed
rollback; //if any of SQL queries failed or error
Thank you !!
ο‚žAny

Question?

More Related Content

What's hot

Object oriented databases
Object oriented databasesObject oriented databases
Object oriented databasesSajith Ekanayaka
Β 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecturepcherukumalla
Β 
Introduction to Oracle Database
Introduction to Oracle DatabaseIntroduction to Oracle Database
Introduction to Oracle Databasepuja_dhar
Β 
Association rule mining
Association rule miningAssociation rule mining
Association rule miningAcad
Β 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to databaseemailharmeet
Β 
Database Security And Authentication
Database Security And AuthenticationDatabase Security And Authentication
Database Security And AuthenticationSudeb Das
Β 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsDatamining Tools
Β 
Data Science - Part XI - Text Analytics
Data Science - Part XI - Text AnalyticsData Science - Part XI - Text Analytics
Data Science - Part XI - Text AnalyticsDerek Kane
Β 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessingankur bhalla
Β 
NoSQL Databases: Why, what and when
NoSQL Databases: Why, what and whenNoSQL Databases: Why, what and when
NoSQL Databases: Why, what and whenLorenzo Alberton
Β 
3 Data Mining Tasks
3  Data Mining Tasks3  Data Mining Tasks
3 Data Mining TasksMahmoud Alfarra
Β 
Tools and techniques for data science
Tools and techniques for data scienceTools and techniques for data science
Tools and techniques for data scienceAjay Ohri
Β 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modelingvivekjv
Β 
Data mining: Classification and prediction
Data mining: Classification and predictionData mining: Classification and prediction
Data mining: Classification and predictionDataminingTools Inc
Β 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Miningidnats
Β 
9. Object Relational Databases in DBMS
9. Object Relational Databases in DBMS9. Object Relational Databases in DBMS
9. Object Relational Databases in DBMSkoolkampus
Β 
Dimensional Modeling
Dimensional ModelingDimensional Modeling
Dimensional ModelingSunita Sahu
Β 

What's hot (20)

Object oriented databases
Object oriented databasesObject oriented databases
Object oriented databases
Β 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecture
Β 
Introduction to Oracle Database
Introduction to Oracle DatabaseIntroduction to Oracle Database
Introduction to Oracle Database
Β 
Clustering in Data Mining
Clustering in Data MiningClustering in Data Mining
Clustering in Data Mining
Β 
Association rule mining
Association rule miningAssociation rule mining
Association rule mining
Β 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
Β 
Database Security And Authentication
Database Security And AuthenticationDatabase Security And Authentication
Database Security And Authentication
Β 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlations
Β 
Database Chapter 3
Database Chapter 3Database Chapter 3
Database Chapter 3
Β 
Data Science - Part XI - Text Analytics
Data Science - Part XI - Text AnalyticsData Science - Part XI - Text Analytics
Data Science - Part XI - Text Analytics
Β 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
Β 
NoSQL Databases: Why, what and when
NoSQL Databases: Why, what and whenNoSQL Databases: Why, what and when
NoSQL Databases: Why, what and when
Β 
3 Data Mining Tasks
3  Data Mining Tasks3  Data Mining Tasks
3 Data Mining Tasks
Β 
Tools and techniques for data science
Tools and techniques for data scienceTools and techniques for data science
Tools and techniques for data science
Β 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
Β 
Data mining: Classification and prediction
Data mining: Classification and predictionData mining: Classification and prediction
Data mining: Classification and prediction
Β 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Mining
Β 
Data warehouse
Data warehouse Data warehouse
Data warehouse
Β 
9. Object Relational Databases in DBMS
9. Object Relational Databases in DBMS9. Object Relational Databases in DBMS
9. Object Relational Databases in DBMS
Β 
Dimensional Modeling
Dimensional ModelingDimensional Modeling
Dimensional Modeling
Β 

Viewers also liked

Introduction to Data Modeling
Introduction to Data ModelingIntroduction to Data Modeling
Introduction to Data Modelingguest02ff4b5
Β 
Data Modeling Basics
Data Modeling BasicsData Modeling Basics
Data Modeling Basicsrenuindia
Β 
multi dimensional data model
multi dimensional data modelmulti dimensional data model
multi dimensional data modelmoni sindhu
Β 
Multidimensional data models
Multidimensional data  modelsMultidimensional data  models
Multidimensional data models774474
Β 
Presentation on different modes of data communication
Presentation on different modes of data communicationPresentation on different modes of data communication
Presentation on different modes of data communicationTafadzwa Gonera
Β 
Multidimensional Database Design & Architecture
Multidimensional Database Design & ArchitectureMultidimensional Database Design & Architecture
Multidimensional Database Design & Architecturehasanshan
Β 
Data Modeling Presentations I
Data Modeling Presentations IData Modeling Presentations I
Data Modeling Presentations Icd_crisci
Β 
Data models
Data modelsData models
Data modelsAnuj Modi
Β 
Database : Relational Data Model
Database : Relational Data ModelDatabase : Relational Data Model
Database : Relational Data ModelSmriti Jain
Β 
Data base management system
Data base management systemData base management system
Data base management systemNavneet Jingar
Β 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPTTrinath
Β 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSINGKing Julian
Β 
Data mining slides
Data mining slidesData mining slides
Data mining slidessmj
Β 

Viewers also liked (15)

Introduction to Data Modeling
Introduction to Data ModelingIntroduction to Data Modeling
Introduction to Data Modeling
Β 
Data Modeling Basics
Data Modeling BasicsData Modeling Basics
Data Modeling Basics
Β 
multi dimensional data model
multi dimensional data modelmulti dimensional data model
multi dimensional data model
Β 
Multidimensional data models
Multidimensional data  modelsMultidimensional data  models
Multidimensional data models
Β 
Presentation on different modes of data communication
Presentation on different modes of data communicationPresentation on different modes of data communication
Presentation on different modes of data communication
Β 
Multidimensional Database Design & Architecture
Multidimensional Database Design & ArchitectureMultidimensional Database Design & Architecture
Multidimensional Database Design & Architecture
Β 
Data Modeling Presentations I
Data Modeling Presentations IData Modeling Presentations I
Data Modeling Presentations I
Β 
Data modelling 101
Data modelling 101Data modelling 101
Data modelling 101
Β 
Data models
Data modelsData models
Data models
Β 
Database : Relational Data Model
Database : Relational Data ModelDatabase : Relational Data Model
Database : Relational Data Model
Β 
Data base management system
Data base management systemData base management system
Data base management system
Β 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPT
Β 
Different data models
Different data modelsDifferent data models
Different data models
Β 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
Β 
Data mining slides
Data mining slidesData mining slides
Data mining slides
Β 

Similar to Transactional database

Acid properties
Acid propertiesAcid properties
Acid propertiesNomitaKumawat
Β 
PostgreSQL as Enterprise Solution v1.1.pdf
PostgreSQL as Enterprise Solution v1.1.pdfPostgreSQL as Enterprise Solution v1.1.pdf
PostgreSQL as Enterprise Solution v1.1.pdfEqunix Business Solutions
Β 
TRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERY
TRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERYTRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERY
TRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERYRohit Kumar
Β 
Transaction Properties in database | ACID Properties
Transaction Properties in database | ACID PropertiesTransaction Properties in database | ACID Properties
Transaction Properties in database | ACID Propertiesnomanbarki
Β 
dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...
dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...
dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...DrCViji
Β 
Restoration and-concurrency-database
Restoration and-concurrency-databaseRestoration and-concurrency-database
Restoration and-concurrency-databaseraima sen
Β 
Spring Transaction
Spring TransactionSpring Transaction
Spring Transactionpatinijava
Β 
ACID properties_DBMS.pdf
ACID properties_DBMS.pdfACID properties_DBMS.pdf
ACID properties_DBMS.pdfAbhoyBiswas1
Β 
Dbms sixth chapter_part-1_2011
Dbms sixth chapter_part-1_2011Dbms sixth chapter_part-1_2011
Dbms sixth chapter_part-1_2011sumit_study
Β 
Transaction Processing Concept
Transaction Processing ConceptTransaction Processing Concept
Transaction Processing ConceptNishant Munjal
Β 
Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)Bizinsight Consulting Inc
Β 
Tybsc cs dbms2 notes
Tybsc cs dbms2 notesTybsc cs dbms2 notes
Tybsc cs dbms2 notesNiraj Bharambe
Β 
DBMS-chap 2-Concurrency Control
DBMS-chap 2-Concurrency ControlDBMS-chap 2-Concurrency Control
DBMS-chap 2-Concurrency ControlMukesh Tekwani
Β 

Similar to Transactional database (20)

Sistem manajemen basis data 8
Sistem manajemen basis data   8Sistem manajemen basis data   8
Sistem manajemen basis data 8
Β 
Acid properties
Acid propertiesAcid properties
Acid properties
Β 
PostgreSQL as Enterprise Solution v1.1.pdf
PostgreSQL as Enterprise Solution v1.1.pdfPostgreSQL as Enterprise Solution v1.1.pdf
PostgreSQL as Enterprise Solution v1.1.pdf
Β 
TRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERY
TRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERYTRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERY
TRANSACTION MANAGEMENT AND TIME STAMP PROTOCOLS AND BACKUP RECOVERY
Β 
Transaction Properties in database | ACID Properties
Transaction Properties in database | ACID PropertiesTransaction Properties in database | ACID Properties
Transaction Properties in database | ACID Properties
Β 
dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...
dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...
dokumen.tips_silberschatz-korth-and-sudarshan1-transactions-transaction-conce...
Β 
Restoration and-concurrency-database
Restoration and-concurrency-databaseRestoration and-concurrency-database
Restoration and-concurrency-database
Β 
Spring Transaction
Spring TransactionSpring Transaction
Spring Transaction
Β 
Transaction
TransactionTransaction
Transaction
Β 
Transaction
TransactionTransaction
Transaction
Β 
Data warehouses
Data warehousesData warehouses
Data warehouses
Β 
ACID properties_DBMS.pdf
ACID properties_DBMS.pdfACID properties_DBMS.pdf
ACID properties_DBMS.pdf
Β 
Dbms sixth chapter_part-1_2011
Dbms sixth chapter_part-1_2011Dbms sixth chapter_part-1_2011
Dbms sixth chapter_part-1_2011
Β 
Transaction Processing Concept
Transaction Processing ConceptTransaction Processing Concept
Transaction Processing Concept
Β 
Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)Endeca information discovery for Oracle Receivables ( EBS)
Endeca information discovery for Oracle Receivables ( EBS)
Β 
Autonomous transaction
Autonomous transactionAutonomous transaction
Autonomous transaction
Β 
DBMS UNIT 4
DBMS UNIT 4DBMS UNIT 4
DBMS UNIT 4
Β 
SunriseRecon - Clearing Module Top 5
SunriseRecon - Clearing Module Top 5SunriseRecon - Clearing Module Top 5
SunriseRecon - Clearing Module Top 5
Β 
Tybsc cs dbms2 notes
Tybsc cs dbms2 notesTybsc cs dbms2 notes
Tybsc cs dbms2 notes
Β 
DBMS-chap 2-Concurrency Control
DBMS-chap 2-Concurrency ControlDBMS-chap 2-Concurrency Control
DBMS-chap 2-Concurrency Control
Β 

Recently uploaded

πŸ‘™ Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts Service
πŸ‘™  Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts ServiceπŸ‘™  Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts Service
πŸ‘™ Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts Serviceanamikaraghav4
Β 
CHEAP Call Girls in Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...aamir
Β 
Call Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service NashikCall Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
Β 
π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...rahim quresi
Β 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goasexy call girls service in goa
Β 
2k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 92055419142k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 9205541914Delhi Call girls
Β 
Desi Bhabhi Call Girls In Goa πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort Goa
Desi Bhabhi Call Girls  In Goa  πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort GoaDesi Bhabhi Call Girls  In Goa  πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort Goa
Desi Bhabhi Call Girls In Goa πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort Goarussian goa call girl and escorts service
Β 
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
Β 
Call Girl Nashik Amaira 7001305949 Independent Escort Service Nashik
Call Girl Nashik Amaira 7001305949 Independent Escort Service NashikCall Girl Nashik Amaira 7001305949 Independent Escort Service Nashik
Call Girl Nashik Amaira 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
Β 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
Β 
Russian Escorts Agency In Goa πŸ’š 9316020077 πŸ’š Russian Call Girl Goa
Russian Escorts Agency In Goa  πŸ’š 9316020077 πŸ’š Russian Call Girl GoaRussian Escorts Agency In Goa  πŸ’š 9316020077 πŸ’š Russian Call Girl Goa
Russian Escorts Agency In Goa πŸ’š 9316020077 πŸ’š Russian Call Girl Goasexy call girls service in goa
Β 
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...Apsara Of India
Β 
Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034 Independent Chenna... Shivani Pandey
Β 
Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...
Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...
Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...Riya Pathan
Β 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
Β 
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...anamikaraghav4
Β 

Recently uploaded (20)

πŸ‘™ Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts Service
πŸ‘™  Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts ServiceπŸ‘™  Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts Service
πŸ‘™ Kolkata Call Girls Sonagachi πŸ’«πŸ’«7001035870 Model escorts Service
Β 
CHEAP Call Girls in Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )πŸ” 9953056974πŸ”(=)/CALL GIRLS SERVICE
Β 
Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls βœ” 8005736733 βœ” Hot Model With Sexy Bhabi Ready For Se...
Β 
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
Call Girls Chirag Delhi Delhi WhatsApp Number 9711199171
Β 
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goaGoa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Β 
Call Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service NashikCall Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Call Girls Nashik Gayatri 7001305949 Independent Escort Service Nashik
Β 
π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
π“€€Call On 6297143586 π“€€ Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
Β 
Call Girls South Avenue Delhi WhatsApp Number 9711199171
Call Girls South Avenue Delhi WhatsApp Number 9711199171Call Girls South Avenue Delhi WhatsApp Number 9711199171
Call Girls South Avenue Delhi WhatsApp Number 9711199171
Β 
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Call Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls GoaCall Girls In Goa  9316020077 Goa  Call Girl By Indian Call Girls Goa
Call Girls In Goa 9316020077 Goa Call Girl By Indian Call Girls Goa
Β 
2k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 92055419142k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 9205541914
Β 
Desi Bhabhi Call Girls In Goa πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort Goa
Desi Bhabhi Call Girls  In Goa  πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort GoaDesi Bhabhi Call Girls  In Goa  πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort Goa
Desi Bhabhi Call Girls In Goa πŸ’ƒ 730 02 72 001πŸ’ƒdesi Bhabhi Escort Goa
Β 
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Β 
Call Girl Nashik Amaira 7001305949 Independent Escort Service Nashik
Call Girl Nashik Amaira 7001305949 Independent Escort Service NashikCall Girl Nashik Amaira 7001305949 Independent Escort Service Nashik
Call Girl Nashik Amaira 7001305949 Independent Escort Service Nashik
Β 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
Β 
Russian Escorts Agency In Goa πŸ’š 9316020077 πŸ’š Russian Call Girl Goa
Russian Escorts Agency In Goa  πŸ’š 9316020077 πŸ’š Russian Call Girl GoaRussian Escorts Agency In Goa  πŸ’š 9316020077 πŸ’š Russian Call Girl Goa
Russian Escorts Agency In Goa πŸ’š 9316020077 πŸ’š Russian Call Girl Goa
Β 
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
Β 
Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai βœ”βœ”7427069034 Independent Chenna...
Β 
Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...
Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...
Independent Hatiara Escorts βœ” 9332606886βœ” Full Night With Room Online Booking...
Β 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
Β 
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
College Call Girls New Alipore - For 7001035870 Cheap & Best with original Ph...
Β 

Transactional database

  • 1.
  • 2. ο‚ž Database transaction is collection of SQL queries which forms a logical one task. For transaction to be completed successfully all SQL queries has to run successfully ο‚ž Database should always remain consistent whether transaction succeeded or failed. ο‚ž Transaction is implemented in database using SQL keyword transaction, commit and rollback.
  • 3. Database is used to store data required by real life application e.g. Banking, Healthcare, Finance etc. In order to protect data and keep it consistent any changes in this data needs to be done in transaction so that even in case of failure data remain in previous state before start of transaction.
  • 4. There are four important properties of database transactions, represented by acronym ACID. ο‚ž A stands for Atomicity, either all steps of transaction completes or none of them. ο‚ž C stands for Consistency, transaction must leave database in consistent state even if it succeed or rollback. ο‚ž I is for Isolation. Two database transactions happening at same time should not affect each other. ο‚ž D stands for Durability, means saving the data related to transaction.
  • 5. To understand database transaction better let's see a real life example of transaction in database. For this example we will assume we have an Account table which represent a Bank Account and we will transfer money from one account to another account. start transaction select balance from Account where Account Number='9001'; select balance from Account where Account Number='9002'; update Account set balance=balance-900 here Account Number='9001' ; update Account set balance=balance+900 here Account Number='9002' ; commit; //if all SQL queries succeed rollback; //if any of SQL queries failed or error