试题详情
- 单项选择题 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 four statement
- Which statement crea
- Which three statemen
- Examine the structu
- Mary has a view call
- In which scenario wo
- Evaluate the SQL st
- Which two are true a
- Which object privile
- Examine the structu
- Which clause should
- Examine the descrip
- ClicktheExhibitbutto
- Examine the structu
- ClicktheExhibitbutto
- You need to perform
- Which statement acco
- Which statement adds
- In which scenario wo
- Which three SELECT s