Evaluatethefollowingquery:SQL>SELECTTRUNC(ROUND(156.00,-1),-1)FROMDUAL;Whatwouldbetheoutcome?() A.16B.100C.160D.200E.150

Evaluatethefollowingquery:SQL>SELECTTRUNC(ROUND(156.00,-1),-1)FROMDUAL;Whatwouldbetheoutcome?()

A.16

B.100

C.160

D.200

E.150


相关考题:

语句select ROUND(45.953,-1),TRUNC(45.936,2)from dual;的结果是()。 A.46 and 45B.46 and 45.93C.50 and 45.93D.50 and 45.9

在Oracle中,执行下面的语句:SELECTceil(-97.342),floor(-97.342),-123.01-124round(-97.342),trunc(-97.342)FROMdual;哪个函数的返回值不等于-97() A.ceilB.floorC.roundD.trunc

Evaluate the SQL statement:SELECT ROUND(TRUNC(MOD(1600,10),-1),2)FROM dual;What will be displayed? () A. 0B. 1C. 0.00D. An error statement

在Excel中,在单元格中输入函数(),则该单元格显示30。 A.ROUND( 34.563,-1)B.ROUND( 34.563,0)C.ROUND( 34.563,1)D.ROUND( 34.563,2)

显示本月月末的日期() A.select last_date(sysdate) from dual;B.select finally_day(sysdate) from dual;C.select last_day(sysdate) from dual;D.select tail_day(sysdate) from dual;

下面代码的输出结果是() x=3.1415926 print(round(x) ,round(x,1))A.3.14 3B.3 3.1C.6.28 3D.3.1415926 3.1

62、以下“ROUND”公式设置结果返回为2.45的有()。A.=ROUND(2.455,2)B.=ROUND(2.453,-1)C.=ROUND(2.453,2)D.=ROUND(2.445,2)

Python语句 print(pow(-3,2), round(18.67,1), round(18.67,-1)的输出结果是__________。

以下“ROUND”公式设置结果返回为2.45的有()。A.=ROUND(2.455,2)”B.“=ROUND(2.453,-1)”C.“=ROUND(2.453,2)”D.“=ROUND(2.445,2)”