可学答题网 > 问答 > IBM(000-730)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Given the following table definitions


Given the following table definitions: EMPLOYEE ID NAME DEPTID 01Smith 10 02Bossy 20 03 20 Peterson 04Goss 30 05Pape 40 06Avery 50 07O'Neal 60 08Carter 50 DEPARTMENT ID DEPTNAME 05 Hardware 10 Kitchen 20 Shoes 30 Toys 40 Electronics 50 Automotive and the following query: SELECT e.id, d.deptname FROM employee e, department d WHERE e.deptid = d.id AND e.id > 4 Which of the following queries will produce the same result set as the query above?()

  • ASELECT e.id, d.deptname FROM employee e, department d WHERE e.id > 4
  • BSELECT e.id, d.deptname FROM employee e INNER JOIN department d ON e.deptid = d.id WHERE e.id > 4
  • CSELECT e.id, d.deptname FROM employee e FULL OUTER JOIN department d ON e.id = d.id WHERE e.id > 4
  • DSELECT e.id, d.deptname FROM employee e LEFT OUTER JOIN department d ON e.deptid = d.id WHERE e.id > 4 UNION ALL SELECT e.id, d.deptname FROM employee e RIGHT OUTER JOIN department d ON e.deptid = d.id WHERE e.id > 4
参考答案
参考解析:
分类:IBM(000-730)题库
相关推荐

1、Which of the following definitions can

Which of the following definitions can be used to define the term ‘offset ’ as a characteristic of controller action?()AThe period of time...

2、Given the following 

Given the following output what course of action should be undertaken for a long ...

3、Given the following requirements: Cre

Given the following requirements:Create a table to contain employee data, with a unique numeric identifier automatically assigned when a row is ...

4、Given the following two tables: TAB1

Given the following two tables:TAB1 C1 C2A 11 B 12 C 13 TAB2 CX CYA 21 C 22 D 23The following results are desired:C1 C2 CX CYA 11 A 21 ...

5、Given the following 

Given the following six method names:(1)addListener(2)addMouseListener (3)setMouseListener(4)deleteMouseListener(5)rem...

6、Given the following two tables: TAB1

Given the following two tables:TAB1 C1 C21 Antarctica 2 Africa 3 Asia 4 Australia TAB2 CX CY5 Europe 6 North America 7 South AmericaWhich of...