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 can you make a database as your current database?
How do I install the latest mysql on ubuntu?
What are the different types of triggers in mysql?
How internally data stores in MyISAM and INNODB table types?
Does adding an index lock a table?
How do you concatenate strings in mysql?
What are the functions in mysql?
Can you rename a database in mysql?
How to dump a table from a database.
What is the use of mysql workbench?
How do I update a variable in mysql?
What is pdo :: fetch_assoc?
How do I create a new database in mysql?
How much does mysql cost?
What are the differences between innodb and myisam engines?