Choose two Examine the data in the CUST NAME column of the CUSTOMERS table: CUST NAME Renske Ladwi Jason Mallin Samuel McCain Allan MCEwen Irene Mikkilineni zulia Nayer You want to display the CUST NAME values where the last name starts with Mc or MC. Which two WHERE clauses give the required result?

发布于 2021-02-23 19:25:36
【多选题】
A WHERE INITCAP(SUBSTR(cust_name,INSTR(cust_name,' ') +1))in ('MC%','Mc%')
B WHERE UPPER (SUBSTR(cust_name,INSTR(cust_name,' ') +1 )) LIKE UPPER('MC%')
C WHERE INITCAP(SUBSTR(cust_name,INSTR(cust_name,' ') +1 )) LIKE 'Mc%'
D WHERE SUBSTR(cust_name,INSTR(cust_name,' ')+1)LIKE 'Mc%' OR 'MC%'
E WHERE SUBSTR(cust_name,INSTR(cust_name,' ') +1)LIKE 'Mc%'

查看更多

关注者
0
被浏览
125
  • 体验AI问答!更聪明、超智能!
  • 一款基于GPT的超级AI助手,可以对话、创作、写文案!
1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

手机
浏览

扫码手机浏览

分享
好友

在线
客服