In combination with primary and foreign keys, which SQL statement is the most common method for joining fields from multiple tables?
- BETWEEN
- LIKE
- JOIN
- WHERE
Answers Explanation & Hints:
The most customary practice for joining fields from multiple tables is to use the JOIN statement in conjunction with the primary and foreign keys. |