单选题 在MySQL中,查找出班主任“王笑笑”班的全部男生的信息,则正确的SQL语句是()。

A、 select * from 学生 where 性别='男' and 班级编号 == (select 班级编号 from 班级 where 班主任='王笑笑')
B、 select * from 学生 where 性别='男' and 班级编号 in (select 班级编号 from 班级 where 班主任='王笑笑')
C、 select * from 学生 where 性别='男' and 班级编号 union (select 班级编号 from 班级 where 班主任='王笑笑')
D、 select * from 学生 where 性别='男' and 班级编号 as (select 班级编号 from 班级 where 班主任='王笑笑')
下载APP答题
由4l***ad提供 分享 举报 纠错

相关试题

单选题 在Bootstrap中关于弹性布局的属性错误的是(  )。

A、

flex

B、

flex-wrap

C、

justify-content

D、

flex-container

单选题 Bootstrap 提供了一系列的对齐样式,表示不换行的样式是(  )。

A、text-center
B、text-justify
C、text-auto
D、text-nowrap

单选题 以下哪个标签不是 HTML 5 的语义化标签?(  )

A、<header></header>
B、<section></section>
C、

<marquee></marquee>

D、<article></article>

单选题 在以下哪种方式可以使标签页面不跳转?(  )

A、

href="%"

B、

href="#"

C、

href=""

D、

href="."

单选题 laravel的Blade模板中替换占位内容的关键字是(  )。

A、

@section

B、

@extends

C、

@include

D、

@yield

单选题 下列(  )不属于 CSS 文本属性。

A、A、font-size
B、text-transform
C、text-align
D、line-through

单选题 关于PHP解析结果集的函数,哪一个是以对象的方式返回一行数据?(  )

A、

mysqli_fetch_row

B、

mysqli_fetch_assoc

C、

mysqli_fetch_array

D、

mysqli_fetch_object

单选题 下面哪个预定义变量是用来获取HTTP文件上传信息?(  )

A、

$_GET

B、

$_POST

C、

$_FILES

D、

$GLOBALS