ocp 11g認證題庫詳解:1Z0-051-067題
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢ocp 11g認證題庫詳解:1Z0-051-067題,完整題庫請點擊這里聯系老師咨詢了解
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. order by可以用表達式
E. You can specify a combination of numeric positions and column names in this clause. 您可以指定數字的位置和在本節中列名的組合
Answer: BE
試題解析:
A錯,使用ORDER BY 子句,該子句必須是SQL 語句的最后一個子句。
B對,
C錯,放在最后就可以了。
D錯,可以指定表達式、別名或列位置或組合作為排序條件
E對,可以指定表達式、別名或列位置或組合作為排序條件