Q. How can we define the clause "FROM" in Mysql?
β
Correct Answer: (C)
It defines the tables used by a query & linking of tables in Mysql
Explanation: The "FROM" clause in MySQL tells the database which tables you want to work with. It's like saying, "I want to look at these specific tables."