Explain FROM Clause in SQLite
- 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 together.
- Joins are the most important and most powerful database operator. Joins are the only way to bring together information stored in different tables.
swamios |
No comments:
Post a Comment