67.Which two statements are true regarding the ORDER BY clause? (Choose two.)

67.Which two statements are true regarding the ORDER BY clause? (Choose two.)
A.It is executed first in the query execution.
B.It must be the last clause in the SELECT statement.
C.It cannot be used in a SELECT statement containin g a HAVING clause.
D.You cannot specify a column name followed by an expression in this clause.
E.You can specify a combination of numeric positions and column names in this clause.
答案:BE
解析:order by 最后执行,第一个执行的应该是from,A错误,
SQL> select 1 from dual group by 1 having count(1)>0 order by 1;


         1
----------
         1
所以C错误,
D选项不知道他说啥,好像是说order 中不能是表达式
SQL> select * from dept order by 2*deptno;


    DEPTNO DNAME      LOC
---------- ---------- -------------
        10 ACCOUNTING NEW YORK
        20 RESEARCH   DALLAS
        30 SALES      CHICAGO
        40 OPERATIONS BOSTON
        70 D70        L70
所以D错误
B说的是order by在sql的最后
E说的是可以指定位置排序                 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值