34sql实现2

Module 5: 多表连接 Overview 使用表的别名 从多个表中合并数据 合并多个结果集 使用表的别名 Example 1 (without an alias name) Example 2 (with an alias name) 从多个表中合并数据 连接概述 使用内连接 使用外连接 使用交叉连接 连接两个以上的表 把一个表和他自身连接 连接概述 Selects Specific Columns from Multiple Tables JOIN keyword specifies that tables are joined and how to join them ON keyword specifies join condition Queries Two or More Tables to Produce a Result Set Use primary and foreign keys as join conditions Use columns common to specified tables to join tables 连接两个以上的表 把一个表和他自身连接 合并多个结果集 Use the UNION Operator to Create a Single Result Set from Multiple Queries Each Query

文档评论(0)

1亿VIP精品文档

相关文档