Replication enables data from one MySQL database server to be copied to one or more MySQL database servers.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
strong>Replication is a powerful feature in MySQL that allows you to copy data from one server (called the source server) to another server (called the target server).Think of it like making a copy of your important files on your computer. Replication ensures that your data is safe and available even if something happens to the original server.
So, the answer to the question is True.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion