InterviewSolution
Saved Bookmarks
| 1. |
SBR replication is ______________(a) Statement based(b) Row based(c) Column based(d) Table based |
|
Answer» The correct answer is (a) Statement based For explanation: 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. |
|