InterviewSolution
Saved Bookmarks
| 1. |
Transactional processing requires lesser overhead due to CPU cycles and memory.(a) True(b) FalseThe question was asked in an interview.The above asked question is from Performing Transactions topic in section Using SQL to Manage Data of MySQL |
|
Answer» RIGHT choice is (b) False For explanation: Transactional processing is a Compound process. The statements and the state of the DATABASE NEED to be kept track of during the EXECUTION of the transaction. This means CPU cycles need to be reserved. |
|