在SQL Server中,要查询student表中所有email字段非空的email信息,以下语句正确的是()
Aselect email from student where email !=null
Bselect email from student where email not is null
Cselect email from student where email <> null
Dselect email from student where email is not null
相关试题
-
在SQL Server中,要查询student表中所有email字段非空的email信息,以下语句正确的是()
-
在SQL Server中,查询student表中的所有非空email信息,以下语句正确的是()
-
在SQL Server 2008上,Customer数据库中有个公司表,表中有字段公司名称、地址、法人等信息。管理员需要在“公司”表中查询“公司名称”不是以“公司”结尾的所有公司的记录,正确的SQL
-
在SQL Server中,查询course表中的前5行,以下正确SQL语句是( )
-
在SQL Server中,现有书目表book,包含字段:price(float);现在查询一条书价最高的书目的详细信息,以下语句正确的是( )【选两项】