I am fairly inexperienced with the ramifications of doing a single select where joining several tables and there are several one-to-many relationships while also running some built in mysql functions using column values between tables. The tables will be fairly large. 10,000 accounts, 70,0000 locations, 350,000 email_sequences. The select I am performing: (from Laravel queryRead more