• 2022-06-06 问题

    1.Where’s nearest supermarket? A: a B: an C: the D: /

    1.Where’s nearest supermarket? A: a B: an C: the D: /

  • 2022-06-06 问题

    删除student表中id为1的记录() A: TRUNCATE FROM student where id=1; B: DELETE student where id=1; C: DELETE FROM student where id=1; D: DELETE INTO student where id=1;

    删除student表中id为1的记录() A: TRUNCATE FROM student where id=1; B: DELETE student where id=1; C: DELETE FROM student where id=1; D: DELETE INTO student where id=1;

  • 2022-06-15 问题

    删除student表中id为1的记录,下列语句正确的是 A: DELETE student WHERE id=1; B: DELETE FROM student WHERE id=1; C: DELETE FROM student WHERE id:=1; D: DELETE student WHERE id:=1;

    删除student表中id为1的记录,下列语句正确的是 A: DELETE student WHERE id=1; B: DELETE FROM student WHERE id=1; C: DELETE FROM student WHERE id:=1; D: DELETE student WHERE id:=1;

  • 2022-11-03 问题

    查询“学生”表中“学号 char(10)”尾字符是"1"的错误命令是( )。 A: SELECT * FROM 学生 WHERE 学号 LIKE '_1' B: SELECT * FROM 学生 WHERE 学号 LIKE '%[1]' C: SELECT * FROM 学生 WHERE 学号 LIKE '%1' D: SELECT * FROM 学生 WHERE RIGHT(学号,1)='1'

    查询“学生”表中“学号 char(10)”尾字符是"1"的错误命令是( )。 A: SELECT * FROM 学生 WHERE 学号 LIKE '_1' B: SELECT * FROM 学生 WHERE 学号 LIKE '%[1]' C: SELECT * FROM 学生 WHERE 学号 LIKE '%1' D: SELECT * FROM 学生 WHERE RIGHT(学号,1)='1'

  • 2021-04-14 问题

    1 Where ............... Paul yesterday?

    1 Where ............... Paul yesterday?

  • 2022-11-03 问题

    查询学生表中学号(字符型,长度为2)末尾字符是"1"的错误命令是( ). A: SELECT * FROM 学生 WHERE SUBSTR(学号,2,1)="1" B: SELECT * FROM 学生 WHERE "1" $ 学号 C: SELECT * FROM 学生 WHERE SUBSTR(学号,2)="1" D: SELECT * FROM 学生 WHERE RIGHT(学号,1)="1"

    查询学生表中学号(字符型,长度为2)末尾字符是"1"的错误命令是( ). A: SELECT * FROM 学生 WHERE SUBSTR(学号,2,1)="1" B: SELECT * FROM 学生 WHERE "1" $ 学号 C: SELECT * FROM 学生 WHERE SUBSTR(学号,2)="1" D: SELECT * FROM 学生 WHERE RIGHT(学号,1)="1"

  • 2022-05-28 问题

    Where is Times Square?In the (1)________ of (2)________.

    Where is Times Square?In the (1)________ of (2)________.

  • 2022-07-02 问题

    写出条件查询“表1 里的字段1的id是多少”() A: select * from 表1 where字段1=“值” B: select id from 表1 where字段1=“值” C: select id from 字段1 where表1=“值” D: select id from 表1

    写出条件查询“表1 里的字段1的id是多少”() A: select * from 表1 where字段1=“值” B: select id from 表1 where字段1=“值” C: select id from 字段1 where表1=“值” D: select id from 表1

  • 2022-06-05 问题

    对于表A(col1 int,col2 char(1))更新col1=1的数据col2值为N,下面语句正确的是() A: Aupdate table A setcol2=’N’ where col1=1 B: Bmodify table A setcol2=N where col1=1 C: Cupdate A set col2=’N’ where col1=1 D: Dmodify A set col2=N where col1=1

    对于表A(col1 int,col2 char(1))更新col1=1的数据col2值为N,下面语句正确的是() A: Aupdate table A setcol2=’N’ where col1=1 B: Bmodify table A setcol2=N where col1=1 C: Cupdate A set col2=’N’ where col1=1 D: Dmodify A set col2=N where col1=1

  • 2022-06-14 问题

    DBMS对数据库数据的检索、插入、修改和删除操作的功能称为( )。 A: SELECT * FROM学生表WHERE"1"$学号 B: SELECT * FROM学生表WHERE RIGHT(学号,1)="1" C: SELECT * FROM学生表WHERE SUBSTR(学号,2)="1" D: SELECT * FROM学生表WHERE SUBSTR(学号,2,1)="1"

    DBMS对数据库数据的检索、插入、修改和删除操作的功能称为( )。 A: SELECT * FROM学生表WHERE"1"$学号 B: SELECT * FROM学生表WHERE RIGHT(学号,1)="1" C: SELECT * FROM学生表WHERE SUBSTR(学号,2)="1" D: SELECT * FROM学生表WHERE SUBSTR(学号,2,1)="1"

  • 1 2 3 4 5 6 7 8 9 10