可学答题网 > 问答 > 1Z0-007题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Which SELECT statement will the result


Which SELECT statement will the result ‘ello World’ from the string ‘Hello World’?()

  • A SELECT SUBSTR( ‘Hello World’,1) FROM dual;
  • B SELECT INITCAP(TRIM (‘Hello World’, 1,1)) FROM dual;
  • C SELECT LOWER(SUBSTR(‘Hello World’, 1, 1) FROM dual;
  • D SELECT LOWER(SUBSTR(‘Hello World’, 2, 1) FROM dual;
  • E SELECT LOWER(TRIM (‘H’ FROM ‘Hello World’)) FROM dual
参考答案
参考解析:
分类:1Z0-007题库
相关推荐

1、Which three SELECT statements displays

Which three SELECT statements displays 2000 in the format “$2,000.00”?()A SELECT TO CNAR(2000, ‘$#,###.##’) FROM dual;B SELECT...

2、Which SELECT statement should you use

Which SELECT statement should you use to extract the year from the system date and display it in the format "1998"? ()A SELECT TO_CHAR(SYSDA...

3、Examine the statement: GRANT select,

Examine the statement:GRANT select, insert, updateON student_gradesTO managerWITH GRANT OPTION;Which two are true?()A MANAGER must be a role.B It...

4、Select the action that results from ex

Select the action that results from executing these commands.()Switch(config-if)# switchport port-securitySwitch(config-if)# switchport port-security ...

5、What condition will result in the auto

What condition will result in the automatic shutdown of a diesel engine? ()AHigh jacket water pressureBHigh lube oil pressureCLow lube oil pressureDExcessive turbo charger speed

6、Which three SELECT statements displays

Which three SELECT statements displays 2000 in the format "$2,000.00"? ()A SELECT TO CNAR(2000, '$#,###.##') FROM dual;B SELECT TO CNAR(...