Vidyalelo
MySQL · Q669

MySQL

Programming · MySQL · question 669

Q669

The comma operator can also be used to join tables.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
This question asks if you can use a comma (,) to join tables in MySQL.

In MySQL, the comma operator is not used to join tables.

Instead, we use keywords like JOIN to combine data from different tables.

So the correct answer is Option B: False.