Why do you need a TRY CATCH with a Transaction?
Look at the following stored procedure and answer the question that follow.
Answer: TRY CATCH block is required if the transaction is not completed with all the ACID properties then the transaction need to be rollback to come back at previous state.
You might also like to view...
Which of the following loop condition statements will read all the data in the file assuming that each record in the file is two integer values, and you will read the first one into a variable named intOne, and the other into intTwo?
a. while(inFile >> intOne >> intTwo) b. while(inFile(intOne, intTwo)) c. while(inFile) d. while(inFile << intOne << intTwo) e. A and B
When applying the design principle of __________ related items are grouped together.
a. linear b. proximity c. repetition d. alignment
What does 0/0 indicate for Interface FastEthernet 0/0?
What will be an ideal response?
A common protocol that enables users to transfer files between computers is ________
A) IP B) Telnet C) TCP D) FTP