Q. Which Clause is used to select a particular table in Mysql?
β
Correct Answer: (C)
FROM
Explanation: This question asks about the part of a MySQL query that tells the database which table you want to get data from.