Unix Technical Forum

hi

This is a discussion on hi within the MySQL forums, part of the Database Server Software category; --> please help me can u give the simple definition's what is the deference between JOIN & INNER JOIN /OUTER ...


Go Back   Unix Technical Forum > Database Server Software > MySQL

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-07-2008, 03:29 PM
Damodhar
 
Posts: n/a
Default hi

please help me

can u give the simple definition's


what is the deference between JOIN & INNER JOIN /OUTER JOIN and LEFT
JOIN /RIGHT JOIN


please help me i filly confused..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-07-2008, 03:29 PM
PleegWat
 
Posts: n/a
Default Re: hi

On Thu, 06 Mar 2008 09:41:16 -0800, Damodhar wrote:

> please help me
>
> can u give the simple definition's
>
>
> what is the deference between JOIN & INNER JOIN /OUTER JOIN and LEFT
> JOIN /RIGHT JOIN
>
>
> please help me i filly confused..


JOIN and INNER JOIN are the same. They display the rows for the left
table once for each matching row in the right table, and the other way
around.

a LEFT (OUTER) JOIN shows all of the output rows from the INNER JOIN,
plus if any rows from the left table do not have matching records from
the right table, it's added with the rows from the right table replaced
by NULL

a RIGHT (OUTER) JOIN does the same, but adding the extra rows from the
right table only

a (FULL) OUTER JOIN shows the extra rows from both tables.

Hope that helps...


--
Remove caps to reply
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-07-2008, 03:29 PM
ThanksButNo
 
Posts: n/a
Default Re: hi

On Mar 6, 9:41 am, Damodhar <damu...@gmail.com> wrote:
> please help me
>
> can u give the simple definition's
>
> what is the deference between JOIN & INNER JOIN /OUTER JOIN and LEFT
> JOIN /RIGHT JOIN
>
> please help me i filly confused..


For future reference, please use a more descriptive Subject.

You never know, someone else might be trying to get an answer to the
same question you have.

"Hi" doesn't tell much about the question!

:-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-07-2008, 03:29 PM
Damodhar
 
Posts: n/a
Default Re: hi

Thanks

then another one doubt.

whats the different between mysql 4 and mysql 5, give any 4 things
haivng in mysql 5 thats are not present in mysql4

plese help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-07-2008, 03:29 PM
Michael Austin
 
Posts: n/a
Default Re: hi

Damodhar wrote:
> Thanks
>
> then another one doubt.
>
> whats the different between mysql 4 and mysql 5, give any 4 things
> haivng in mysql 5 thats are not present in mysql4
>
> plese help me


Read the docs like the rest of us did....

http://dev.mysql.com/doc/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-09-2008, 02:37 PM
Damodhar
 
Posts: n/a
Default Re: hi

hi ,

Thanks For Your help,.

but i want whats the advanced feature are added in mysql5 i cannot
able to get exact what are the features are added in mysql 5 please
help me..


thanks
damu
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-09-2008, 02:37 PM
Jerry Stuckle
 
Posts: n/a
Default Re: hi

Damodhar wrote:
> hi ,
>
> Thanks For Your help,.
>
> but i want whats the advanced feature are added in mysql5 i cannot
> able to get exact what are the features are added in mysql 5 please
> help me..
>
>
> thanks
> damu
>


As he said - read the docs. That's what the rest of us have to do.

Want to see what's now? Check the features in 4.1, then compare that
list to the one for 5.0. That's what I did when I was looking for the
changes.

Or look though the change history for each release and see which ones
are new features.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:54 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com