【2019年8月版】ocp 071认证考试原题-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 593354
  • 博文数量: 486
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4941
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp ocp 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(486)

文章存档

2024年(3)

2023年(35)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2019-12-16 15:04:35

choose two.

which two statements are true about single row functions?

a) concat : can be used to combine any number of values

b) mod : returns the quotient of a division operation

c) ceil : can be used for positive and negative numbers

d) floor : returns the smallest integer greater than or equal to a specified number

e) trunc : can be used with number and date values

answer::ce

(解析:concat 函数只能连接两个字符串或者两个列的值。

ceil 函数向上取整数。

floor 函数向下取整。)

sql> select ceil(-500.1) from dual;

ceil(-500.1)

------------

-500

sql> select ceil(-500.99999) from dual;

ceil(-500.99999)

----------------

-500

sql> select floor(-500.1) from dual;

floor(-500.1)

-------------

-501

阅读(1071) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图