logo - 刷刷题
下载APP
【单选题】

若$A,B$为$R$中的两个不同非空有界集,且$A \cap B$ 非空,记${M_1} = \inf \,(A \cap B),{M_2} = \max \{ \inf A,\inf B\},{N_1} = \sup \,(A \cap B), {N_2} = \min \{ \sup A,\sup B\} $,则 ( ).

A.
$M_1 \geq M_2, N_1 \leq N_2 $
B.
$M_1 > M_2, N_1 < N_2 $
C.
$M_1 < M_2, N_1 > N_2 $
D.
$M_1 = M_2, N_1 = N_2 $
举报
题目标签:非空界集
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】student 表设计如下,查询‘张三‘同学的信息的正确 SQL 语句是() 列名 中文解释 数据类型 长度 约束 sno 学号 Char 9 非空 , 主键 sname 姓名 varchar 50 非空 sex 性别 Char 2 默认值为‘男’ birth 出生年月 date

A.
select sname from student where cname=’ 张三 ’
B.
select *  from student where cname=’ 张三 ’
C.
select *  from student where cname= 张三
D.
select  all  from student where cname=’ 张三 ’