Home » MYSQL » MySQL Database Operations » Question
  1. SBR replication is ______________.
    1. Row based
    2. Column based
    3. Table based
    4. Statement based
    5. None of these
Correct Option: D

There are two main kinds of replication format: Statement Based Replication (SBR) replicates entire SQL statements and Row Based Replication (RBR) replicates only the changed rows.



Your comments will be displayed only after manual approval.