Home » MYSQL » Data Types » Question
  1. What is SBR replication?
    1. Table based
    2. Column based
    3. Row 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.