单项选择题
在SQL Server数据库中,执行如下SQL语句将返回( )。SELECT * FROM Item AS A LEFT JOIN OrderDetails AS B ON A.Icode=B.ItemCode
A、Item表和OrderDetails表中的相关记录,以及Item表中其余的不相关记录
B、Item表和OrderDetails表中的相关记录
C、Item表和OrderDetails表中的相关记录,以及OrderDetails表中其余的不相关记录
D、提示语法错误
点击查看答案&解析
