Mysql中表student_table(id,name,birth,sex),插入如下记录:(‘1001‘,‘‘,‘2000-01-01‘,‘男‘);(‘1002‘,null,‘2000-12-21‘,‘男‘);(‘1003‘,NULL,‘2000-05-20‘,‘男‘);(‘1004‘,‘张三‘,‘2000-08-06‘,‘男‘);(‘1005‘,‘李四‘,‘2001-12-01‘,‘女‘);执行select*fromstudent_tablewherename<>‘张三‘的结果行数是()?
A 1
B 2
C 3
D 4
相关试题
-
Mysql中表student_table(id,name,birth,sex),插入如下记录:(‘1001‘,‘‘,‘2000-01-01‘,‘男‘);(‘1002‘,null,‘2000-12-21
-
Mysql中表student_table(id,name,birth,sex),插入如下记录:(‘1001‘,‘‘,‘2000-01-01‘,‘男‘);(‘1002‘,null,‘2000-12-21
-
Mysql中表student_info(id,name,birth,sex),字段类型都是varchar,插入如下记录:(‘1014‘,‘张三‘,‘2002-01-06‘,‘男‘);SQL错误的是()