• 2022-06-07 问题

    查询书名包含“计算机”三个字的图书信息,查询条件应该是( )。 A: 书名 = "计算机" B: 书名 Like "计算机" C: 书名 Like "计算机*" D: 书名 Like "*计算机*"

    查询书名包含“计算机”三个字的图书信息,查询条件应该是( )。 A: 书名 = "计算机" B: 书名 Like "计算机" C: 书名 Like "计算机*" D: 书名 Like "*计算机*"

  • 2022-05-29 问题

    在图书表中查询书名的第二个字是“车”的条件是( )。 A: 书名 ="车" B: 书名 Like "车" C: 书名 Like "车*" D: 书名 Like "?车*"

    在图书表中查询书名的第二个字是“车”的条件是( )。 A: 书名 ="车" B: 书名 Like "车" C: 书名 Like "车*" D: 书名 Like "?车*"

  • 2022-06-19 问题

    如果想显示电话号码字段中6打头的所有记录(电话号码字段的数据类型为短文本型),应在条件行输入( )。 A: Like "6*" B: Like "6?" C: Like "6#" D: Like 6*

    如果想显示电话号码字段中6打头的所有记录(电话号码字段的数据类型为短文本型),应在条件行输入( )。 A: Like "6*" B: Like "6?" C: Like "6#" D: Like 6*

  • 2022-06-27 问题

    若姓名是文本型字段,要查询名字中含有"文"的记录,查询条件表达式是( )。 A: like "[!文]" B: ="?文*" C: ="*文*" D: like "*文*"

    若姓名是文本型字段,要查询名字中含有"文"的记录,查询条件表达式是( )。 A: like "[!文]" B: ="?文*" C: ="*文*" D: like "*文*"

  • 2022-06-27 问题

    若姓名是文本型字段,要查找姓名中含有”雪“的记录,应该使用的条件表达式是() A: 姓名 like "*雪*" B: 姓名 like "[!雪]" C: 姓名= "*雪*" D: 姓名= "雪*"

    若姓名是文本型字段,要查找姓名中含有”雪“的记录,应该使用的条件表达式是() A: 姓名 like "*雪*" B: 姓名 like "[!雪]" C: 姓名= "*雪*" D: 姓名= "雪*"

  • 2022-06-18 问题

    Which of the following is not nonverbal communication?( )。 A: "She said: ‘I like that cute dog!’ " B: "She acted like she didn't want me to sit next to her." C: "I know you're angry by the look on your face!" D: "He stood there looking lost."

    Which of the following is not nonverbal communication?( )。 A: "She said: ‘I like that cute dog!’ " B: "She acted like she didn't want me to sit next to her." C: "I know you're angry by the look on your face!" D: "He stood there looking lost."

  • 2022-06-07 问题

    查询“图书”表中所有书名以“计算”开头的图书信息,正确的语句是__________。 A: SELECT * FROM 图书 WHERE 书名 LIKE "计算?" B: SELECT * FROM 图书 WHERE 书名 IN "计算*" C: SELECT * FROM 图书 WHERE 书名 = "计算?" D: SELECT * FROM 图书 WHERE 书名 LIKE "计算*"

    查询“图书”表中所有书名以“计算”开头的图书信息,正确的语句是__________。 A: SELECT * FROM 图书 WHERE 书名 LIKE "计算?" B: SELECT * FROM 图书 WHERE 书名 IN "计算*" C: SELECT * FROM 图书 WHERE 书名 = "计算?" D: SELECT * FROM 图书 WHERE 书名 LIKE "计算*"

  • 2022-06-26 问题

    根据用户在文本框txtName中输入的姓名对Student表进行查询,以下SQL语句定义正确的是__________________。 A: String sql="Select * from Student where Sname="+txtName.getText(); B: String sql="Select * from Student where Sname='"+txtName.getText()+"'"; C: String sql="Select * from Student where Sname like "+txtName.getText(); D: String sql="Select * from Student where Sname like '"+txtName.getText()+"'";

    根据用户在文本框txtName中输入的姓名对Student表进行查询,以下SQL语句定义正确的是__________________。 A: String sql="Select * from Student where Sname="+txtName.getText(); B: String sql="Select * from Student where Sname='"+txtName.getText()+"'"; C: String sql="Select * from Student where Sname like "+txtName.getText(); D: String sql="Select * from Student where Sname like '"+txtName.getText()+"'";

  • 2022-06-05 问题

    在12集的《平语近人——习近平总书记用典》的系列视频中,若要查询第一个字为“国”字的视频,则在“视频名”字段对应的条件格里应输入的条件表达式是( )。 A: like "*国*" B: left([视频名],1)="国" C: like "国*" D: mid([视频名],1,1)="国”

    在12集的《平语近人——习近平总书记用典》的系列视频中,若要查询第一个字为“国”字的视频,则在“视频名”字段对应的条件格里应输入的条件表达式是( )。 A: like "*国*" B: left([视频名],1)="国" C: like "国*" D: mid([视频名],1,1)="国”

  • 2022-06-06 问题

    "Art Deco", like "Art Nouveau", emphasized medieval, gothic, naturalistic decoration, the beauty of craftsmanship, and denied the characteristics of the mechanical age. A: 正确 B: 错误

    "Art Deco", like "Art Nouveau", emphasized medieval, gothic, naturalistic decoration, the beauty of craftsmanship, and denied the characteristics of the mechanical age. A: 正确 B: 错误

  • 1 2 3 4 5 6 7 8 9 10