13.select substr("the
great ocp", -3) result from dual;
- the
- great
- ocp
- the great
ans: C
14.what is ceil(-21.3) and ceil(-21.5) ?
- -21,-21
- -22,-21
- -22,-22
- -22,-21
ans:A
14.what is floor(-21.3) and floor(-21.5) ?
- -21,21
- -22,-21
- -22,-22
- -22,-21
ans:c
15.The user function is a singlerowfunction which returns the current
user name?
true
false
ans:true
16.Trignometric function uses?
- radians
- degrees
- gradients
- both radians and degrees
ans:A
17.which function uses if then else logic
- decode
- initcap
- collace
- replace
- ifelse
ans :A
18.In group functions, the exact numer of inputs is determined after
the query is executed
- true
- false
ans:A
19.find out the correct sequence?
- groupby,orderby,having
- having,groupby,orderby
- orderby,having,groupby
- groupby,having,orderby
- none of the above
ans: D
19.Nesting functions are not supported.
- true
- false
ans :B
20.GROUP BY, ORDER BY can be used in WHERE clause.
- true
- false
ans:B