Vidyalelo
MySQL · Q757

MySQL

Programming · MySQL · question 757

Q757

Replication does not enable data from one MySQL database server to be copied to one or more MySQL database servers.

A.
True
B.
False
Answer

Answer: Option B

Solution

Answer: Option B
Solution:
This question is about Replication in MySQL.

Replication is a process that lets you copy data from one MySQL server (called the master server) to one or more other MySQL servers (called slave servers).

So, the statement "Replication does not enable data from one MySQL database server to be copied to one or more MySQL database servers" is false.

Therefore, the correct answer is Option B: False.