一.数据构建 先建表,再说话 create database Test use Test create table A ( AID ,) primary key, name ), age int ) create table B ( BID ,) primary key, name ), gender int ) 创建完之后,插入数据 ) ) ) ) ) ) ) ) 现在建完两张表,Table A,Table B其各有四条记录,其中有两条记录name是相同的: 二.对比测试 缺省情况下是inne…