It's been so long since I did any Mysql queries I forgot how to do basic joins. I have two tables:
Orders_ and Members
I need to create one view which displays all the orders with the associated Email and Member_Id.
https://i.stack.imgur.com/VdaQ7.png <-- Tables
I would refer to the MySQL reference