Which clause would you use in a SELECT statement to limit the display to those employees whose salary is greater then 5000?()

A、ORDER BY SALARY > 5000

B、GROUP BY SALARY > 5000

C、HAVING SALARY > 5000

D、WHERE SALARY > 5000

查看答案

相关问题推荐

  • Which interconnect topology is supported for pSeries cluster solutions with Cluster Systems Manager?()

    A、ATM

    B、Ethernet

    C、SP Switch2

    D、Fibre Channel

    查看答案
  • 使用两种编码方案对比特流01100111进行编码的结果如下图所示,编码1和编码2分别是(  )。

    A、NRZ和曼彻斯特编码

    B、NRZ和差分曼彻斯特编码

    C、NRZI和曼彻斯特编码

    D、NRZI和差分曼彻斯特编码

    查看答案
  • In the customer’s environment, a group of five employees work within a room that has three PCs. The PCs have excellent hardware configurations, with considerable RAM and a fast CPU. The employees use these PCs only when they need to access an application, which is for a short duration of time. For the rest of the time, they work with their tools on their desks. Which IBM Tivoli Access Manager for Enterprise Single Sign-On session management configuration should be used for these three PCs for optimum performance?()

    A、Citrix workstation

    B、personal workstation

    C、shared workstation, private desktop

    D、shared workstation, shared desktop

    查看答案
  • A customer with p615, p630 and p650 pSeries servers installed and running AIX is considering Linux as an additional environment. Which Linux capabilities can the pSeries Sales Specialist present as choices that are available to enhance the existing systems?()

    A、Linux will be restricted to the p650 system, as it is not supported on the p630.

    B、The customer can run Linux on all the existing systems with or without the presence of AIX.

    C、Linux can run in LPARs on the existing systems but Linux will require the presence of AIX in at least one LPAR.

    D、Linux can be installed on all existing systems but will require the AIX Linux Affinity libraries to boot the systems and run Linux.

    查看答案
  • Which three statements correctly describe the functions and use of constraints? ()

    A

    Constraints provide data independence.

    B

    Constraints make complex queries easy.

    C

    Constraints enforce rules at the view level.

    D

    Constraints enforce rules at the table level.

    E

    Constraints prevent the deletion of a table if there are dependencies.

    F

    Constraints prevent the deletion of an index if there are dependencies.

    查看答案
  • 新能源汽车与传统汽车的安全性是否存在差异
    查看答案
  • 新媒体营销和传统营销有什么区别
    查看答案
  • 从教育学未来的角度来定位教的有效性,最核心、最本质的定位是()
    查看答案
  • 下面,不是系统安全所包含的内容是______。

    A.要保证操作系统不能崩溃

    B.要保证系统中的账户不能被盗

    C.要保证文件和目录存取权限设置的安全

    D.要保证数据库系统的正常运行
    查看答案
  • 设有一个 Student数据库,包括数据库,包括学生,课程,选修三个关系:三个关系:学生学生:S ( Sno ,Sname ,Ssex ,Sage,Sdept )
    课程课程:C(Cno ,Cname ,Term,Credit )
    选修选修:SC ( Sno ,Cno ,Score )
    其中:学生关系S的属性分别表示:学号、姓名、性别、的属性分别表示:学号、姓名、性别、年龄、专业课程关系C的属性分别表示:课程号、课程名、的属性分别表示:课程号、课程名、开课学期、学分学分选修关系SC的属性分别表示:学号、课程号、分数
    请用SQL语句完成下面的操作:
    (1)、检索所有比"王华"年龄大的学生姓名、年龄和性别
    (2)、检索选修了课程号为课程号为'CO2'课程的学生中成绩最高的学生的学号
    (3)、检索选修了4门以上课程的学生学号和总成绩(不统计不及格的课程),并要求按照总成绩的降序排列。(4)、检索张力同学没有选修的课程的课程号
    查看答案