【多选题】现有书目表book,包含字段:price(float);现在查询一条书价最高的书目的详细信息,以下语句正确的是()
A.
select top 1 * from book order by price asc
B.
select top 1 * from book order by price desc
C.
select top 1 * from book where price= (select max (price)from book)
D.
select top 1 * from book where price= max(price)
【简答题】已知f(x)是偶函数,且当x>0时,f(x)=x 2 -2x,则当x<0时,f(x)=______.
【简答题】填数:1□57了了≈15万2□3了了了了了了了≈25亿.
【多选题】以下哪些题目直接询问,会产生与被调查者无关的毛病
【简答题】在横线里填上合适的数. 6了了了千克=______吨 少了秒=______分______秒 的分米=______厘米 的了毫米=______厘米.
【单选题】定义在R上的函数f(x)满足f(x)=f(5-x),且 ( 5 2 -x)f′(x)<0 ,已知x 1 <x 2 ,x 1 +x 2 <5,则( )
【单选题】现有书目表 book,包含字段:价格 price (float) ,类别 type(char); 现在查询各个
A.
的平均价格、类别名称,以下语句正确的是( )。
B.
select avg(price),type from book group by type
C.
select count(price),type from book group by price
D.
select avg(price),type from book group by price
E.
select count (price),type from book group by type
【简答题】已知f(x)的定义域是x≠0的一切实数,对于定义域内任意的x 1 ,x 2 都有f(x 1 ?x 2 )=f(x 1 )+f(x 2 ),且当x>1时,f(x)>0,f(2)=1. (1)求证f(x)是偶函数; (2)求证f(x)在(0,+∞)上是增函数; (3)若f(a+1)>f(a)+1,求实数a的取值范围.