OCP-1Z0-051-題目解析-第4題

來源:互聯網
上載者:User

4. Which two statements are true regarding single row functions? (Choose two.)

A. They a ccept only a single argument.

B. They can be nested only to two levels.

C. Arguments can only be column values or constants.

D. They a lways return a single result row for every row of a queried table.

E. They can return a data type  value different from the one that is referenced.

Answer: DE

題目解析:

A:單行函數只能接受一個參數 (錯誤,例如to_date('20120304', 'yy-mm-dd') 就有兩個參數)

B:  單行函數只能被嵌套兩級 (錯誤,可以被多級嵌套)

C:  單行函數的參數只能是欄位或者常量 (錯誤,參數還可以是變數或者運算式)

D: 每一行只能返回一個結果 (正確,這是單行函數的特徵)

E:   單行函數的返回值的資料類型可以和之前的引用值不同 (正確,例如資料類型轉換函式,to_char、to_date等)

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.