InterviewSolution
Saved Bookmarks
| 1. |
What is SBR replication?(a) Statement based(b) Row based(c) Column based(d) Table based |
|
Answer» Right answer is (a) Statement based To elaborate: 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. |
|