Examveda

The comma operator can also be used to join tables.

A. True

B. False

Answer: Option A

Solution (By Examveda Team)

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.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous