InterviewSolution
Saved Bookmarks
| 1. |
How can we define the clause “FROM” in Mysql?(a) It defines the tables used by a query(b) It defines the linking of tables in Mysql(c) It defines the tables used by a query & linking of tables in Mysql(d) None of the mentionedThis question was posed to me in quiz.Origin of the question is The from Clauses in chapter Select Statement of MySQL |
|
Answer» Correct choice is (C) It defines the tables used by a QUERY & LINKING of tables in Mysql |
|