2012年2月11日
摘要: Three different types of joins(三种不同方式的连接)inner joins - Return a row only when the columns in the join containvalues that satisfy the join condition.This means that if a row has a null value in one of the columns in thejoin condition, that row isn't returned.Outer joins - Can return a row even wh 阅读全文
posted @ 2012-02-11 17:56 Coldest Winter 阅读(428) 评论(0) 推荐(0)