what is JOIN? Give example & types of join?
Answer Posted / shahzad
join clause is used combines records from two or more tables
in a database.it means combining fields from tables common
to each.
There are 4 common types of join
1-inner
2-outer
3-left
4-right
and special case is "" self-join ""
1-inner join
Equi-join
Natural join
Cross join
2-Outer joins
Left outer join
Right outer joins
Full outer join
other tpes are hash and merge join bu these are algorith
implementation.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How to return query output in html format?
How do I tune a mysql query?
How to use rank function in mysql?
How can you change the password of a mysql user?
How is myisam table stored?
What is mysql default port number?
What is 'mysqlcheck'?
How can I compare two mysql databases?
How to show certain selected rows with the value "pcds".
What is 'mysqld'?
What is mysql database used for?
How do I start and stop mysql server?
How to check if a record exists in a mysql database php?
What is data types in mysql?
How to copy data from one server to another using php?