试题详情
- 单项选择题 Evaluate this SQL statement: SELECT ename, sal, 12*sal+100 FROM emp; The SAL column stores the monthly salary of the employee. Which change must be made to the above syntax to calculate the annual compensation as "monthly salary plus a monthly bonus of $100, multiplied by 12"?()
A、No change is required to achieve the desired results.
B、SELECT ename, sal, 12*(sal+100) FROM emp;
C、SELECT ename, sal, (12*sal)+100 FROM emp;
D、SELECT ename, sal+100,*12 FROM emp;
- B
关注下方微信公众号,在线模考后查看
热门试题
- Examine the structu
- In which scenario wo
- You upgraded your d
- You specify&en
- Consider the&e
- Your database&
- Which feature/
- You want
- You want to enable a
- Examine the data in
- You have
- Given: Which c
- You work
- Youarecreatingadatab
- SORT_AREA SIZE
- 使用()命令,可以把查询结果保存到一个文
- ABC Corp. has config
- Which statemen
- When executing
- 程序包通常()组成。