﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-Sun River-随笔分类-JDBC</title><link>http://www.blogjava.net/SunRiver/category/23893.html</link><description>Topics about Java EE, XML,AJAX,SOA,OSGi,DB, .NET etc.</description><language>zh-cn</language><lastBuildDate>Mon, 09 Jul 2007 10:24:23 GMT</lastBuildDate><pubDate>Mon, 09 Jul 2007 10:24:23 GMT</pubDate><ttl>60</ttl><item><title>Inner Join and outer Join?</title><link>http://www.blogjava.net/SunRiver/archive/2007/07/09/129025.html</link><dc:creator>Sun River</dc:creator><author>Sun River</author><pubDate>Mon, 09 Jul 2007 05:58:00 GMT</pubDate><guid>http://www.blogjava.net/SunRiver/archive/2007/07/09/129025.html</guid><description><![CDATA[--<span style="COLOR: red">Inner Join</span>
<p><strong>Definition: </strong>An <em>inner join </em>is a join that selects only those records from both database tables that have matching values. Records with values in the joined field that do not appear in both of the database tables will be excluded from the query. One or more fields can serve as the join fields.<br><span style="COLOR: red">---Outer Join</span></p>
<p><strong>Definition: </strong>An <em>outer join </em>selects all of the records from one database table and only those records in the second table that have matching values in the joined field. In a <em>left outer join</em>, the selected records will include all of the records in the first database table. In a <em>right outer join</em>, the selected records will include all records of the second database table. One or more fields can serve as the join fields.</p>
<img src ="http://www.blogjava.net/SunRiver/aggbug/129025.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/SunRiver/" target="_blank">Sun River</a> 2007-07-09 13:58 <a href="http://www.blogjava.net/SunRiver/archive/2007/07/09/129025.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>