0Day Forums
In MySQL queries, why use join instead of where? - Printable Version

+- 0Day Forums (https://0day.red)
+-- Forum: Coding (https://0day.red/Forum-Coding)
+--- Forum: Database (https://0day.red/Forum-Database)
+--- Thread: In MySQL queries, why use join instead of where? (/Thread-In-MySQL-queries-why-use-join-instead-of-where)



In MySQL queries, why use join instead of where? - keratomas765467 - 07-20-2023

It seems like to combine two or more tables, we can either use join or where. What are the advantages of one over the other?