The questions can come in any order, so make sure you are selecting right option for all questions.
What is the output of the following Query? select replace ('skillgun','l',d') from dual(c) skiddgun
(b) lower()
(a) DD-MON-YY
(d) None of the mentioned
select INSTR('Tech on the net', 'e', 1, 3) from dual;
(c) 14
select length('Amphisoft') from dual;
(c) 9
select SUBSTR('This is a test', 6) from dual;
(a) is a test
(b) 59
SELECT DATEADD(month, 1, '2006-08-31');
(c) Error
SELECT TO_DATE('10/07/2004 13:31:45', 'DD/MM/YYYY HH24:MI:SS') FROM dual;
(a) 10-JUL-04
If the above query is executed on 07-Aug-2010 then the result will be:
(b) Error
select NEXT_DAY('06-Aug-03', 'SUNDAY') from dual;
(b) 10-Aug-03
select ENAME from EMP where HIREDATE between '02-APR-81' and '08-SEP-81';
(a) Yes
(d) 391
(d) 49
(b) MONTHS_BETWEEN
SELECT MONTHS_BETWEEN ('02-Dec-2018', '02-Dec-2018') AS RESULT FROM dual;
(b) 0
(c) 3
(b) LOWER course
(a) gh