单选题Consider this syntax:   MERGE INTO t1  USING t2 ON (join predicate)…..   What does the MERGE syntax do?()A It performs a merge join of the row from T2 only if it doesn’t exist in the T1 table. B It creates a natural join of tables T1 and T2 for all col

题目
单选题
Consider this syntax:   MERGE INTO t1  USING t2 ON (join predicate)…..   What does the MERGE syntax do?()
A

It performs a merge join of the row from T2 only if it doesn’t exist in the T1 table. 

B

It creates a natural join of tables T1 and T2 for all columns that have the same name. 

C

It creates a Cartesian product of table T1 and table T2 for all columns that have the same name. 

D

For each row from T2, it updates the row if it exists within table T1, otherwise it inserts the row into T1.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:


(A) T1 > T2 (B) T1 = T2
(C) T1 2 (D)无法确定


答案:A
解析:

第2题:

Which two statements are true regarding the USING clause in table joins?()

  • A、It can be used to join a maximum of three tables 
  • B、It can be used to restrict the number of columns used in a NATURAL join 
  • C、It can be used to access data from tables through equijoins as well as nonequijoins 
  • D、It can be used to join tables that have columns with the same name and compatible data types

正确答案:B,D

第3题:

下面不属于同一函数模板的是()。A.template t1 max(t1 &a,t1 &b) {…}template<

下面不属于同一函数模板的是( )。

A.template<class t1> t1 max(t1 &a,t1 &b) {…}template<class t2> t2 max(t2 &a,t2 &b) {…}

B.template<class t1>t1 max(t1 a,t1 b){…}template<class t2>t2 max(t2 &a,t2 &b){…}

C.template<class t1> t1 max(t1 * a,t1 * b) {…} template<class t2> t2 max(t2 &a,t2 &b) {…}

D.template<class t1>t1 max(t1 a,t1 b){…}template<class t2>t2 max(t2 &a,t2 &b,t2 c){…}


正确答案:D
解析:函数模板的重载是靠模板参数的数量不同来区分的,因为函数模板是抽象的,有待于进一步实例化,所以靠参数类型无法区别调用哪个函数模板。

第4题:

脑脊液MRI检查是()

  • A、短T1、短T2信号
  • B、长T1、长T2信号
  • C、长T1、短T2信号
  • D、短T1、长T2信号
  • E、等T1、等T2信号

正确答案:B

第5题:

下面哪个调度是串行调度()。

  • A、T1:RA.,T2:RB.,T2:WB.,T1:WA.
  • B、B.T1:RB.,T1:WB.,T2:R,T2:WA.
  • C、C.T1:R,T2:RB.,.T1:WA.,T2:WB.
  • D、D.T2:R,T1:RB.,.T1:WA.,T2:WB.

正确答案:B

第6题:

同一组织T1与T2值的关系是()。

  • A、T1值大于T2值
  • B、T1值小于T2值
  • C、T1值等于T2值
  • D、T1驰豫发生早于T2驰豫
  • E、T1驰豫发生晚于T2驰豫

正确答案:A

第7题:

在下列模板说明中,正确的是()

  • A、template〈typename T1,T2〉
  • B、template〈class T1,T2〉
  • C、template〈typename T1,typename T2〉
  • D、template(typedef T1,typedef T2)

正确答案:C

第8题:

Given that tables T1 and T2 contain the following rows:Table T1: C1 C2 1 4 1 3 1 2Table T2: C1 C2 1 1 1 2 1 3Which of the following queries will return only those rows that exist in both T1 and T2?()

A.SELECT * FROM t1 UNION SELECT * FROM t2

B.SELECT * FROM t1 UNION DISTINCT SELECT * FROM t2

C.SELECT * FROM t1 INTERSECT SELECT * FROM t2

D.SELECT * FROM t1 WHERE (c1,c2)= (SELECT c1,c2 FROM t2)


参考答案:C

第9题:

高浓度顺磁造影剂对质子弛豫时间的影响为()。

  • A、T1缩短,T2改变不大
  • B、T1缩短,T2延长
  • C、T1延长,T2缩短
  • D、T1缩短,T3缩短
  • E、T1延长,T2延长

正确答案:D

第10题:

脊髓呈()

  • A、等T1、等T2信号
  • B、长T1、长T2信号
  • C、短T1、长T2信号
  • D、长T1、短T2信号
  • E、长T1、等T2

正确答案:A

更多相关问题