about join

Answers were Sorted based on User's Feedback



about join..

Answer / mala yadav

select command is used to fetch the result from the table ,
but of u want the combine results from more than 1 table
then in this case we use JOINS rather than a single table
select statement.

In joins u can join upto 2 to 61 tables to get tha required
result.

joins are of 5 types
- inner join
- self join
- cross join
- left outer join
- right outer join

Is This Answer Correct ?    1 Yes 0 No

about join..

Answer / vishal

if u donot know join means u always working in one table but
always single table is not enough to give the result than
comes the concept of joins in which two table we join must
have a column same on the basis of the table are join. join
are of various type such as left outer, right outer ,inner
join etc

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is a session in mysql?

0 Answers  


How do I create a new database in mysql?

0 Answers  


How to delete a table.

0 Answers  


What is mysql slow query?

0 Answers  


What is mysql default port number?

0 Answers  






What is the usage of ENUMs in MySQL?

0 Answers  


How to get the current date in mysql?

0 Answers  


What is the difference between now() and current_date()?

0 Answers  


What is the use of mysqli_query?

0 Answers  


How to shutdown mysql server?

0 Answers  


How do I setup mysql?

0 Answers  


What are the different data types in mysql?

0 Answers  


Categories