可学答题网 > 问答 > 1Z0-007题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Examine the description of the EMPLOY


Examine the description of the EMPLOYEES table: Which statement produces the number of different departments that have employees with last name Smith?()

  • ASELECT COUNT(*) FROM employees WHERE last_name='Smith';
  • BSELECT COUNT(dept_id) FROM employees WHERE last_name='Smith';
  • CSELECT DISTINCT(COUNT(dept_id)) FROM employees WHERE last_name='Smith';
  • DSELECT COUNT(DISTINCT dept_id) FROM employees WHERE last_name='Smith';
  • ESELECT UNIQUE(dept_id) FROM employees WHERE last_name='Smith'
参考答案
参考解析:
分类:1Z0-007题库