欢迎来到PP题库网 PP题库官网
logo
全部科目 > Oracle认证考试 > 1Z0-007

单项选择题

Management has asked you to calculate the value 12*salary* commission_pct for all the employees in the EMP table. The EMP table contains these columns:

Which statement ensures that a value is displayed in the calculated columns for all employees?()

    A. SELECT last_name, 12*salary* commission_pct FROM emp;
    B. SELECT last_name, 12*salary* (commission_pct,0) FROM emp;
    C. SELECT last_name, 12*salary*(nvl(commission_pct,0)) FROM emp;
    D. SELECT last_name, 12*salary*(decode(commission_pct,0)) FROM emp;

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题