试题详情
- 单项选择题Which SQL statement generates the alias Annual Salary for the calculated column SALARY*12?()
A、SELECT ename, salary*12 'Annual Salary' FROM employees;
B、SELECT ename, salary*12 "Annual Salary" FROM employees;
C、SELECT ename, salary*12 AS Annual Salary FROM employees;
D、SELECT ename, salary*12 AS INITCAP("ANNUAL SALARY") FROM employees
关注下方微信公众号,在线模考后查看

热门试题
- What is true about t
- You need to give th
- Examine the SQL sta
- Which four are valid
- Examine the structu
- What is true of usin
- You need to perform
- Which statement adds
- Which two are true a
- Evaluate the SQL st
- You need to change t
- Which syntax turns a
- Examine this stateme
- Examine the SQL sta
- Which SELECT stateme
- The EMP table conta
- Which two statements
- Examine the structu
- Which data dictionar
- Which two statements