1.

The statement that suspends the replication related activity of the slave server is _____________(a) RESUME SLAVE(b) START SLAVE(c) STOP SLAVE(d) GET SLAVEThis question was addressed to me in a job interview.I want to ask this question from Numeric Data Types in division Data Type Reference, Operators and Functions of MySQL

Answer»

Correct answer is (C) STOP SLAVE

Best explanation: The ‘STOP SLAVE’ and ‘START SLAVE’ STATEMENTS SUSPEND and resume the replication-related activity of a slave server. These statements are useful for telling the slave to be quiescent.



Discussion

No Comment Found

Related InterviewSolutions