What is not the recommended kind of email address or screen name according to the passage?
A、long name with different letters.
B、A long name with different numbers.
C、A name with the combination of letters and numbers.
D、A name with unusual symbols.
第1题:
从员工信息表中查询姓名为张红的name字段和email字段的语句是【 】。
第2题:
A.InsertIntousers(id,user_namE.Valuee(100,"luhong")提示:id字段类型自动编号,因此,用户不能赋值
B.InsertIntousers(real_name,tel)Valuee("卢红","6545632")提示:user_name是主键必须赋值,但未赋值。
C.InsertIntousers(user_name,Email)Valuee("luhong","")提示:Email不是必填字段,但应该赋NULL值
D.InsertIntousers(user_name,Email)Valuee("luhong",NULL)
第3题:
BookStore数据库中有客户表Customer(CustomerCode, Name, Sex, Hometown, Email, Telephone, LoginDate, Password) 查询Customer表中所有客户的信息,SQL语句: SELECT ________ FROM Customer
A.*#B.CustomerCode, Name, Hometown, Sex, Email, Telephone, LoginTime, PassWord#C.CustomerCode, Hometown, Telephone, Name, Sex, Email, LoginTime, PassWord#D.CustomerCode ~ PassWord第4题:
部门DEPT(Deptno,Name,Tel,Leader)和职工EMP(Empno,Name,Sex,Address, Deptno)实体集,若一个职工只能属于一个部门,部门负责人Leader是一个职工。关系 DEPT和EMP的外码分别为(30);下图中a、b处的实体名分别为(31)。
A.Deptno、Empno
B.Name、Deptno
C.Leader、Deptno
D.Name、Address
第5题:
10、BookStore数据库中有客户表Customer(CustomerCode, Name, Sex, Hometown, Email, Telephone, LoginDate, Password) 查询Customer表中所有客户的信息,SQL语句: SELECT ________ FROM Customer
A.*#B.CustomerCode, Name, Hometown, Sex, Email, Telephone, LoginTime, PassWord#C.CustomerCode, Hometown, Telephone, Name, Sex, Email, LoginTime, PassWord#D.CustomerCode ~ PassWord第6题:
【多选题】BookStore数据库中有客户表Customer(CustomerCode, Name, Sex, Hometown, Email, Telephone, LoginDate, Password) 查询Customer表中所有客户的信息,SQL语句: SELECT ________ FROM Customer
A.*#B.CustomerCode, Name, Hometown, Sex, Email, Telephone, LoginTime, PassWord#C.CustomerCode, Hometown, Telephone, Name, Sex, Email, LoginTime, PassWord#D.CustomerCode ~ PassWord