Which from the following is not an ERP package?
SAP
Peoplesoft
Oracle 11g
JD Edwards
From below list which are the open source CMSs.
Drupal
Joomla
PHP
Wordpress
which of the following is the default format for date display
DD-MM-YYYY
DD-Mon-RR
DD-Mon-YY
DD-MON-RR
what will be the output of: select rpad('*$*',3,'*') from dual;
select rpad('*$*',3,'*') from dual;
$***
$
***$
what is the output: select substr('Oracle Basics',-5,3) from dual
select substr('Oracle Basics',-5,3) from dual
'asi'
'isa'
'le '
'acl'
what is the output: select mod(1600,300) from dual;
select mod(1600,300) from dual;
300
100
500
000
Which of the following is not a grouping function?
avg
count
abs
min
Which of the folowing is not a oracle function?
round
trunc
maximum
initcap
Which method returns the number of rows in a set.
sum
num_rows
total
Which operator is equivalent to concat function?
&
||
&&