试题详情
- 单项选择题 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';
- A
关注下方微信公众号,在线模考后查看
热门试题
- Yousetthefollowingpa
- You Execute the Fol
- Given: Which s
- Which statement is t
- Which Oracle
- Within a resource-pl
- You are administeri
- For which two action
- Examine the&en
- You want to display
- Last night,
- Which two statements
- Click the Exhibit bu
- The SQL T
- Which tier in Oracle
- You want to enable a
- While deployin
- The UNDO_RETEN
- 在PL/SQL中用以下哪个运算符或函数,
- Consider the events