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
What is the difference between the primary and unique key in mysql?
How many mysql connections can handle?
What happens if null values are involved in expressions?
Who developed mysql?
How do you determine the location of mysql data directory?
What are the different tables present in MySQL?
What is blob in mysql?
How can you take the backup and restore a mysql database using php?
what is the default port for mysql server? : Mysql dba
What you can use regular expression for in mysql?
Do you need a license for mysql?
What is the return type of mysqli_query?
How do I view mysql logs?
Why mysql is open source?
How to show certain selected rows with the value "pcds".