ILP Oracle Prelims 2 is a quiz designed to assess knowledge in SQL and Oracle database management. It covers SQL queries, PL\/SQL blocks, and format functions, testing practical skills essential for database professionals.
SELECT TO_CHAR(1890.55,'$99G999D00') FROM DUAL;
SELECT TO_CHAR(1890.55,'$9,999G99') FROM DUAL;
SELECT TO_CHAR(1890.55,'$0G000D00') FROM DUAL;
SELECT TO_CHAR(1890.55,'$99G999D99') FROM DUAL;
Rate this question:
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'fmDdspth" of" Month YYYY fmHH:MI:SS AM') NEW_DATE FROM dual;
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'Ddspth"of" Month YYYY fmHH:MI:SS AM') NEW_DATE HH:MI:SS AM') NEW _ DATE FROM dual;
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY'), 'Ddspthfm "of" Month YYYY fmtHH:MI:SS AM') NEW_DATE FROM dual;
SELECT TO_CHAR(TO_DATE('19-Mar-2001', 'DD-Mon-YYYY), 'fmDdspth "of" Month YYYYfmtHH:HI:SS AM') NEW_DATE FROM dual;
Rate this question:
"IL"
"ILP"
The statement generates an error.
"ILP!!"
Rate this question:
250
500
750
1000
Rate this question:
4
8
10
6
Rate this question:
Var2 NUMBER := 0
WHERE name = 'JAYA'
Var1 :=var2 + 2000
There are no errors in this PL/SQL block
Rate this question:
No data found
No employees in department!
Compilation Error
Displays the total count of the employees in the department
Rate this question:
Quiz Review Timeline (Updated): Jun 25, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.