相关考题
-
单项选择题
以下哪个数据库可以使用row number()over(partitionby)函数。()
A.MySql
B.SQLServer
C.Oracle
D.SAS -
单项选择题
希望将不同数据表中的数据进行关联的时候,我们可以采用表连接。以下不是sql表连接方式的一个是()
A.right join
B.left join
C.union
D.all join -
单项选择题
对student1和student2两张表进行innerjoin连接后,形成的新表中()
A.一定包含student1中的所有行,不一定包含student2中的所有行
B.不一定包含student1中的所有行,一定包含student2中的所有行
C.一定包含student1中的所有行,一定包含student2中的所有行
D.不一定包含student1中的所有行,不一定包含student2中的所有行