what is JOIN? Give example & types of join?
Answer Posted / vijay
Join:-
Join are used to retrieve data from more than one
table simultancously .
Types of join are:-
1.Outer join
*--Right Outer join
*--Left Outer join
*--Full Outer join
2.Multiple join
3.self join
4.Inner join
5.cross join
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What is mysql architecture?
What are features of mysql?
What is the current version of mysql?
How do I create a mysql username and password?
What is MySQL?
What are the two types of queries?
What is mysql routine?
What is mysql uuid?
Where the database is stored in mysql?
How can we find out which auto increment was assigned on Last insert?
What does schema mean?
What are queries used for?
In which language mysql has been written?
What are the different data types in mysql?
What is the difference between char and varchar?