In this tutorial we’re going to look at an example where it becomes useful to use more than one table at a time while still using the powerful features of MySQL to query this data in a simple, straightforward manner
Multiple tables can be queried using one statement via the JOIN command, to join together multiple tables at a time
Comments