Home » MYSQL » Transactions » Question
  1. How many storage engines among the following are transaction-safe?
    InnoDB, Falcon, MyISAM, MEMORY
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

For some applications, transactional properties are essential. For example, financial operations usually require transaction processing. InnoDB and Falcon are transaction-safe while the other two are not.



Your comments will be displayed only after manual approval.