题目内容

以下查询所有姓王的同学所有信息的方法正确的是:

A. SELECT *FROM StudentWHERE RIGHT(StudentName,1)='王'
B. SELECT *FROM StudentWHERE LEFT(StudentName,1)='王'
C. SELECT *FROM StudentWHERE StudentName like '王%'
D. SELECT *FROM StudentWHERE StudentName = '王%'

查看答案
更多问题

SELECT RTRIM(' 热血报国!爱我中华! ')该语句的作用是去除字符串右边的空格。

A. 对
B. 错

I was unable to walk because of polio.

A. 对
B. 错

Mother forced me to go to the dancing school despite my unusualfeet.

A. 对
B. 错

Due to mother's request, Ferragamo agreed to meet us in Florence.

A. 对
B. 错

答案查题题库