Which statement is NOT true according to the text?
A. Instant messaging is producing old fears.
B. Children are writing when they send instant messages.
Children's typing skills are improving.
D. Instant messaging is getting in the way of children's lives.
查看答案
若用如下的SQL语句创建一个Studen表:CREATE TABLE student (NO CHAR(4) NOT NULL,NAME CHAR(8) NOT NULL,SEX CHar (2),AGE INT (2))可以插入到student表中的是
A. (‘1031’,’曾华’,男,23)
B. (‘1031’,’曾华’,NULL,NULL)
C. (NULL,’曾华’,’男’,’23’)
D. (’1031’,NULL,’男’,23)
为了保护数据库的实体完整性,当用户程序对主码进行更新使主码值不惟一时,DBMS就拒绝此操作
A. 对
B. 错
利用INSERT命令插入数据时,字段一定要与关键字()提供的数据一一对应。
派生类初始化列表中,可以使用“基类名(派生类对象)”这种形式调用基类复制构造函数,完成对派生类中基类定义成员的初始化构造。
A. 对
B. 错