OCP 1Z0 051 QUESTION NO: 53

来源:互联网 发布:中国绿教问题知乎 编辑:程序博客网 时间:2024/05/29 07:38
QUESTION NO: 53 
 
The PRODUCTS table has the following structure:
 
Evaluate the following two SQL statements:

SQL>SELECT prod_id, NVL2(prod_expiry_date, prod_expiry_date + 15,'') FROM products; 

SQL>SELECT prod_id, NVL(prod_expiry_date, prod_expiry_date + 15) FROM products; 
 
 
Which statement is true regarding the outcome?
 
 
A. Both the statements execute and give the same result 
B. Both the statements execute and give different results 
C. Only the second SQL statement executes successfully 
D. Only the first SQL statement executes successfully 
 
Answer: B

与正式题库95重复

http://blog.csdn.net/jgmydsai/article/details/26685417

0 0
原创粉丝点击