1.

SBR replication is ______________(a) Statement based(b) Row based(c) Column based(d) Table basedThe question was asked in an interview.My enquiry is from Database Maintenance, Backups and Replication topic in chapter MySQL Administration of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions