InterviewSolution
Saved Bookmarks
| 1. |
Which statement suspends the replication related activity of the slave server?(a) RESUME SLAVE(b) START SLAVE(c) STOP SLAVE(d) GET SLAVE |
|
Answer» Correct option is (c) STOP SLAVE The explanation is: 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. |
|