建立一个学生信息表student,要求它由学号sno,姓名sname,性别sex,年龄age,4个属性组成,其学号属性惟一,学号、姓名字段不能为空。下列语句正确的是 A: CREATE TABLE student (sno char(5)NOT NULL sname char(8)NOT NULL sex char(1) age in; B: CREATE TABLE student (sno char(5)NOT NULL sname char(8)NOT NULL sex char(1) age in; C: CREATE TABLE (sno char(5)NOT NULL UNIQUE sname char(8)NOT NULL sex char(1) age in; D: CREATE TABLE student (sno char(5)NOT NULL UNIQUE sname char(8)NOT NULL sex char(1) age in;
建立一个学生信息表student,要求它由学号sno,姓名sname,性别sex,年龄age,4个属性组成,其学号属性惟一,学号、姓名字段不能为空。下列语句正确的是 A: CREATE TABLE student (sno char(5)NOT NULL sname char(8)NOT NULL sex char(1) age in; B: CREATE TABLE student (sno char(5)NOT NULL sname char(8)NOT NULL sex char(1) age in; C: CREATE TABLE (sno char(5)NOT NULL UNIQUE sname char(8)NOT NULL sex char(1) age in; D: CREATE TABLE student (sno char(5)NOT NULL UNIQUE sname char(8)NOT NULL sex char(1) age in;
【单选题】在下面合适的地方填上运算符号使算式成立。 8 8 8 8 8 8 8 8=1000 A. 88+ 88 +88+ 88=1000 B. 888+ 88+ 88+ 8=1000 C. 8 8 8+ 8 8+ 8+ 8 +8=1000
【单选题】在下面合适的地方填上运算符号使算式成立。 8 8 8 8 8 8 8 8=1000 A. 88+ 88 +88+ 88=1000 B. 888+ 88+ 88+ 8=1000 C. 8 8 8+ 8 8+ 8+ 8 +8=1000
JS中”8”*8的结果是( )。 A: 64 B: 88 C: undefined D: null
JS中”8”*8的结果是( )。 A: 64 B: 88 C: undefined D: null
设有关系模式:SC(sno,cno,grade),各属性含义依次是学号、课程号、分数。要查询分数低于60分的学生学号,正确的SQL语句是______。 A: SEI,ECT sno FROM SC WH ERE grade BETWEEN O AND 60 B: SELECT sno FROM SC WHERE grade<60 C: SELECT sno FROM SC HAVlNG grade BETWEEN O AND 60 D: SELECT sno FROM SC HAVING grade<60
设有关系模式:SC(sno,cno,grade),各属性含义依次是学号、课程号、分数。要查询分数低于60分的学生学号,正确的SQL语句是______。 A: SEI,ECT sno FROM SC WH ERE grade BETWEEN O AND 60 B: SELECT sno FROM SC WHERE grade<60 C: SELECT sno FROM SC HAVlNG grade BETWEEN O AND 60 D: SELECT sno FROM SC HAVING grade<60
查询未选修1号课程的同学的姓名,用select sno from studentwhere not exists (select sno from sc where sno=student.sno and cno='1');
查询未选修1号课程的同学的姓名,用select sno from studentwhere not exists (select sno from sc where sno=student.sno and cno='1');
将十进制数转换为八进制数:(88)10=()8
将十进制数转换为八进制数:(88)10=()8
javascript中表达式parseInt(“X8X8”)+paseFloat(„8‟)的结果是什么? () 。 A: 8+8 B: 88 C: 16 D: "8"+"8"
javascript中表达式parseInt(“X8X8”)+paseFloat(„8‟)的结果是什么? () 。 A: 8+8 B: 88 C: 16 D: "8"+"8"
What will happen() A: The man will pick the woman up at 8 o’clock. B: There will be a party at 8 o’clock. C: There will be a meeting at 8 o’clock.
What will happen() A: The man will pick the woman up at 8 o’clock. B: There will be a party at 8 o’clock. C: There will be a meeting at 8 o’clock.
母亲O型血,父亲B型血,有一个孩子是O型血,第二个孩子为O型血的概率为()。 A: 1/4 B: 1 C: 1/2 D: 2/3 E: 1/8
母亲O型血,父亲B型血,有一个孩子是O型血,第二个孩子为O型血的概率为()。 A: 1/4 B: 1 C: 1/2 D: 2/3 E: 1/8
查询没有选修1号课程的学生姓名()。 A: select snamefrom student,scwhere student.sno=sc.sno and cno!='1' B: select snamefrom sno not in(select snofrom scwhere cno='1' ) C: select snamefrom sno in(select snofrom scwhere cno!='1' ) D: select snamefrom sno not exists(select*from scwhere student.sno and sc.sno and cno='1' )
查询没有选修1号课程的学生姓名()。 A: select snamefrom student,scwhere student.sno=sc.sno and cno!='1' B: select snamefrom sno not in(select snofrom scwhere cno='1' ) C: select snamefrom sno in(select snofrom scwhere cno!='1' ) D: select snamefrom sno not exists(select*from scwhere student.sno and sc.sno and cno='1' )