Hi all ...
How MySQL " JOINS " useful in PHP and where it is useful?
Jump to PostFor two or more tables to be joined:
INNER JOIN
LEFT JOIN
RIGHT JOINThese are the most useful for mysql, inner join being the 'natural' one.
it's very useful dude... joins are used when combing two tables. learn it here http://w3schools.com/sql/sql_join.asp
For two or more tables to be joined:
INNER JOIN
LEFT JOIN
RIGHT JOIN
These are the most useful for mysql, inner join being the 'natural' one.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.