Home >> MySql >> What is join in MySql

What is join in MySql

It is a way to combine information from two or more relations. it is a binary relation(two relations to operate).

There are four types-

1-Cross join(Cross product / cartition products)

2-Natural join

3-Outer join

4-Self join

Post Your Comment

Next Questions
What is cross join
What is natural join
What is outer join
What is self join
What is aggregate function
COUNT(*) aggregate function
AVG() aggregate function
MIN() aggregate function
MAX() aggregate function
SUM() aggregate function
STDED() aggregate function
CONCAT() function
GROUP_CONCAT() function
CONCAT_WS() function
CHECKSUM_AGG() aggregate function
ABS(n) aggregate function
POWER(m,n) aggregate function
ROUND() aggregate function
SQRT() aggregate function
GREATEST() aggregate function
LEAST() aggregate function
EXP() aggregate function
EXTRACT() aggregate function
MOD() aggregate function
TRUNC() aggregate function

Copyright ©2022 coderraj.com. All Rights Reserved.