当前位置:1Z0-007题库

问题:

[单选]

Examine the description of the EMPLOYEES table:

Which statement shows the department ID, minimum salary, and maximum salary paid in that department, only of the minimum salary is less then 5000 and the maximum salary is more than 15000?()

A . SELECT dept_id, MIN(salary(, MAX(salary) FROM employees WHERE MIN(salary) < 5000 AND MAX(salary) > 15000;
B . SELECT dept_id, MIN(salary), MAX(salary) FROM employees WHERE MIN(salary) < 5000 AND MAX(salary) > 15000 GROUP BY dept_id;
C . SELECT dept_id, MIN(salary), MAX(salary) FROM employees HAVING MIN(salary) < 5000 AND MAX(salary) > 15000;
D . SELECT dept_id, MIN(salary), MAX(salary) FROM employees GROUP BY dept_id HAVING MIN(salary) < 5000 AND MAX(salary) < 15000;
E . SELECT dept_id, MIN(salary), MAX(salary) FROM employees GROUP BY dept_id, salary HAVING MIN(salary) < 5000 AND MAX(salary) > 15000

开孔机液压站的动力装置通过()调节泵的输出流量。 移动定子的位置。 改变轴承承受力。 减小叶片后倾。 减小泵的排油压力。 已知土的3/17mKN、3/2.27mKNs、%10w,则孔隙比为() 0.66。 0.76。 0.86。 0.96。 对象的三个要素是属性、方法和() 税收优惠的形式包括()。 减免税。 税收抵免。 递延纳税。 出口退税。 In the data model you created this query: SELECT ID_no, description, price, quantity, manufacturer_ID FROM inventory Next you click and drag the manufacturer_ID column out of and above the default group. You needed to sort the child group by ID_number. How could you accomplish this task? () Add an order by clause to the query. 。 In the data model double click the ID_number column and alter the break order. 。 In the layout model double click the ID_number filed and later the print direction. 。 Default the layout, choose a master/detail report style and select ID_number as the break order.。

Examine the description of the EMPLOYEES table:

Which statement shows the department ID, minimum salary, and maximum salary paid in that department, only of the minimum salary is less then 5000 and the maximum salary is more than 15000?()

参考答案:

  参考解析

本题暂无解析

在线 客服