单项选择题
查询student表中的所有非空email信息,以下语句正确的是()。
A.Select email from student where email !=null B.Select email from student where email not is null C.Select email from student where email<>null D.Select email from student where email is no tnull
单项选择题 执行SQL语句:select*,score*0.5+20 as 加权成绩from grade where(score*0.5+20<60orderbyscore*0.5+20,以下描述是正确的()。
单项选择题 SQL server提供了一些字符串函数,以下说法错误的是()。
单项选择题 ORDER BY的作用是()。