单项选择题
What operation on relations R and S produces the relation shown below { tuple | tuple∈R ∨ tuple∈S} ( )
A.union
B.difference
C.intersection
D.division
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
Oracle RDBMS is a distributed DBMS. Which of the following techniques adapted ensure atomicity of distributed transaction ( )
A.Two Phases Commit (2P
B.Remote Procedure Call (RP
C.triggers
D.snapshots
点击查看答案
单项选择题
若用如下的SQL语句创建了一个表SC: CREATE TABLE SC (S#CHAR(6) NOT NULL,C#CHAR(3) NOT NULL SCORE INTEGER,NOTE CHAR(20)) 今向SC表插入如下行时,( )行可以被插入。
A.('201009','111',60,必修)
B.('200823','101',NULL,NUL
C.(NULL,'103',80,'选修')
D.('201132',NULL,86,' ')
点击查看答案
相关试题
下面列出的数据模型中,( )是结构数据模型。
在通常情况下,下面的关系中,不可以作为关...
SQL语言中的索引是数据库体系结构中的( ...
在关系代数中,对有公共属性的两个关系做自...
In order to ensure database's ( ...