试题详情
- 单项选择题 The EMPLOYEES table contains these columns: EMPLOYEE_ID NUMBER(4) ENAME VARCHAR2 (25) JOB_ID VARCHAR2(10) Which SQL statement will return the ENAME, length of the ENAME, and the numeric position of the letter "a" in the ENAME column, for those employees whose ENAME ends with a the letter "n"?()
A、SELECT ENAME, LENGTH(ENAME), INSTR(ENAME, 'a') FROM EMPLOYEES WHERE SUBSTR (ENAME, -1,1) = 'n';
B、SELECT ENAME, LENGTH(ENAME), INSTR(ENAME, ,-1,1) FROM EMPLOYEES WHERE SUBSTR (ENAME, -1,1) = 'n';
C、SELECT ENAME, LENGTH(ENAME), SUBSTR(ENAME, -1,1) FROM EMPLOYEES WHERE INSTR (ENAME, 1,1) = 'n';
D、SELECT ENAME, LENGTH(ENAME), SUBSTR(ENAME, -1,1) FROM EMPLOYEES WHERE INSTR (ENAME, -1,1) = 'n';
关注下方微信公众号,在线模考后查看

热门试题
- Which two statements
- Which view should a
- Which three are true
- Evaluate this SQL s
- Examine the structu
- Evaluate this SQL s
- What is true of usin
- Examine the structu
- The CUSTOMERS table
- Which constraint can
- What is true about j
- Click the Exhibit bu
- You would like to di
- You need to create
- Evaluate this SQL s
- Examine the structu
- TheEMPLOYEEtableshas
- Which object privile
- You need to calculat
- Which three are DATE