Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

dbms transaction tutorialspoint

Open_Account(A)
Old_Balance = A.balance
New_Balance = Old_Balance - 500
A.balance = New_Balance
Close_Account(A)
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #dbms #transaction #tutorialspoint
ADD COMMENT
Topic
Name
3+7 =