FROM Clause in SQLite.


Q.71 Explain FROM Clause in SQLite.?Ans:-

  • The FROM clause takes one or more source tables from the database and combines them into one large table.
  • Tables are combined using the JOIN operator.
  • Three or more tables can be joined together by stringing a series of JOIN operator togrther.
  • Joins are the most important and most powerful database operator. Joins are the only way to bring together information stored in different tables.

Kalavati Technologies Pvt Ltd