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 important is to list the column names when doing an insert?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
How to store values to array from mysql database in php?
Is oracle better than mysql?
How do I run mysql on a mac?
How many rows we can insert in a mysql table?
What is the difference between char and varchar in mysql?
What is slow query log in mysql?
Is mysql free download?
How can you count the total number of records of any table?
How to return query output in html format?
How many rows can a mysql table hold?
What do you understand by mysql terminal?
What is the difference between unix timestamps and mysql timestamps?
How we can get the current date in mysql?